This file fixes the DHCP server issue in standalone mode.
This commit is contained in:
parent
4269c1461f
commit
6925823401
1 changed files with 15 additions and 0 deletions
15
dnsmasq.conf
Normal file
15
dnsmasq.conf
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
interface=wlan0 # Use the require wireless interface - usually wlan0
|
||||||
|
dhcp-range=192.168.12.50,192.168.12.150,255.255.255.0,24h
|
||||||
|
|
||||||
|
address=/apple.com/192.168.12.1
|
||||||
|
address=/appleiphonecell.com/192.168.12.1
|
||||||
|
address=/airport.us/192.168.12.1
|
||||||
|
address=/akamaiedge.net/192.168.12.1
|
||||||
|
address=/akamaitechnologies.com/192.168.12.1
|
||||||
|
address=/microsoft.com/192.168.12.1
|
||||||
|
address=/msftncsi.com/192.168.12.1
|
||||||
|
address=/msftconnecttest.com/192.168.12.1
|
||||||
|
address=/google.com/192.168.12.1
|
||||||
|
address=/gstatic.com/192.168.12.1
|
||||||
|
address=/googleapis.com/192.168.12.1
|
||||||
|
address=/android.com/192.168.12.1
|
||||||
Loading…
Reference in a new issue