Skip to content

Instantly share code, notes, and snippets.

@woutgg
woutgg / dhcp
Created March 6, 2014 21:09
openwrt ap+sta configuration
config dnsmasq
option domainneeded '1'
option boguspriv '1'
option filterwin2k '0'
option localise_queries '1'
option rebind_protection '1'
option rebind_localhost '1'
option local '/lan/'
option domain 'lan'
option expandhosts '1'