Initial commit
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Coverity scan build / Coverity x86/64 build (push) Has been cancelled
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Coverity scan build / Coverity x86/64 build (push) Has been cancelled
This commit is contained in:
16
package/network/services/ipset-dns/files/ipset-dns.config
Normal file
16
package/network/services/ipset-dns/files/ipset-dns.config
Normal file
@@ -0,0 +1,16 @@
|
||||
# declare an ipset-dns listener instance, multiple allowed
|
||||
config ipset-dns
|
||||
# use given ipset for type A (IPv4) responses
|
||||
option ipset 'domain-filter-ipv4'
|
||||
|
||||
# use given ipset for type AAAA (IPv6) responses
|
||||
option ipset6 'domain-filter-ipv6'
|
||||
|
||||
# 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.d/resolv.conf.auto
|
||||
#option dns '8.8.8.8'
|
||||
|
||||
Reference in New Issue
Block a user