You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
329 B

# 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'