2019-03-06 00:55:01 +01:00
|
|
|
# RaspAP wlan0 configuration for wired (ethernet) AP mode
|
2016-10-23 18:02:52 +02:00
|
|
|
interface=wlan0
|
|
|
|
dhcp-range=10.3.141.50,10.3.141.255,255.255.255.0,12h
|
2019-10-11 19:24:22 +02:00
|
|
|
dhcp-option=6,1.1.1.1,8.8.8.8
|
2019-03-06 00:55:01 +01:00
|
|
|
|
|
|
|
# RaspAP uap0 configuration for wireless client AP mode
|
|
|
|
#interface=lo,uap0 # Use interfaces lo and uap0
|
|
|
|
#bind-interfaces # Bind to the interfaces
|
|
|
|
#server=8.8.8.8 # Forward DNS requests to Google DNS
|
|
|
|
#domain-needed # Don't forward short names
|
|
|
|
#bogus-priv # Never forward addresses in the non-routed address spaces
|
|
|
|
#dhcp-range=192.168.50.50,192.168.50.150,12h
|
|
|
|
|