We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea45d8 commit d517926Copy full SHA for d517926
scripts/etc/dnsmasq.conf
@@ -1,3 +1,6 @@
1
interface=wlan0 # To get dnsmasq to listen only on wlan0.
2
dhcp-range=10.0.0.2,10.0.0.5,255.255.255.0,12h # This sets the available range from 10.0.0.2 to 10.0.0.5
3
dhcp-authoritative
4
+#dhcp-option=252,"\n"
5
+#no-resolv
6
+#no-poll
0 commit comments