raspap-webgui-mirror/config/dhcpcd.conf

19 lines
411 B
Plaintext
Raw Normal View History

# RaspAP default configuration
hostname
clientid
persistent
option rapid_commit
option domain_name_servers, domain_name, domain_search, host_name
option classless_static_routes
option ntp_servers
require dhcp_server_identifier
slaac private
nohook lookup-hostname
2022-04-10 18:09:23 +00:00
# RaspAP wlan0 configuration
interface wlan0
static ip_address=10.3.141.1/24
static routers=10.3.141.1
static domain_name_server=9.9.9.9 1.1.1.1
2020-12-24 11:06:08 +00:00