packages/net/djbdns/files/djbdns.conf
markus 272c366e05 added djbdns patch provided by Johnny Halfmoon
removed dnsmasq.patch as the options were included upstream already.


git-svn-id: svn://svn.openwrt.org/openwrt/packages@15612 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-05 09:27:07 +00:00

35 lines
672 B
Plaintext

config 'global'
option 'runasuser' 'nobody'
option 'runasgroup' 'nobody'
config 'dnscache'
option 'interface' 'wan'
option 'interfacesend' 'wan'
option 'defaultallowif' 'lan wan'
option 'cachesize' '1000000'
option 'forwardonly' '1'
option 'useresolvconf' '1'
list 'resolver' '208.67.222.222'
list 'resolver' '208.67.220.220'
option 'logging' '0'
config 'tinydns'
option 'interface' 'wan'
option 'logging' '0'
config 'axfrdns'
option 'interface' 'wan'
option 'allowedzones' ''
option 'logging' '0'
config 'rbldns'
option 'interface' 'wan'
option 'base' 'test'
option 'logging' '0'
config 'walldns'
option 'interface' 'wan'
option 'logging' '0'