mirror of https://github.com/hak5/openwrt.git
14 lines
329 B
Plaintext
14 lines
329 B
Plaintext
|
# declare an ipset-dns listener instance, multiple allowed
|
||
|
config ipset-dns
|
||
|
# use given ipset
|
||
|
option ipset 'domain-filter'
|
||
|
|
||
|
# use given listening port
|
||
|
# defaults to 53000 + instance number
|
||
|
#option port '53001'
|
||
|
|
||
|
# use given upstream DNS server,
|
||
|
# defaults to first entry in /tmp/resolv.conf.auto
|
||
|
#option dns '8.8.8.8'
|
||
|
|