2020-11-26 18:18:04 +01:00
|
|
|
# RaspAP default configuration
|
2016-10-23 18:02:52 +02:00
|
|
|
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
|
2020-11-26 18:18:04 +01:00
|
|
|
|
|
|
|
# RaspAP wlan0 configuration
|
2016-10-23 18:02:52 +02:00
|
|
|
interface wlan0
|
|
|
|
static ip_address=10.3.141.1/24
|
2020-12-15 17:33:02 +01:00
|
|
|
static routers=10.3.141.1
|
2020-01-01 18:29:55 +01:00
|
|
|
static domain_name_server=9.9.9.9 1.1.1.1
|
2020-12-24 12:06:08 +01:00
|
|
|
|