mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
nextdns: Update version 1.1.5 + add per host config option
* Update nextdns to version 1.1.5 which adds IPv6 dual stack support. * Add the ability to configure per host configuration id from uci. Signed-off-by: Olivier Poitrey <rs@nextdns.io>
This commit is contained in:
@@ -4,7 +4,17 @@ config nextdns main
|
||||
# NextDNS custom configuration id (create on on https://nextdns.io).
|
||||
# If not defined, this package will act as a non-logging, non-filtering
|
||||
# DNS over HTTPS resolver.
|
||||
# option config abcdef
|
||||
#
|
||||
#option config abcdef
|
||||
|
||||
# Custom configurations can also be conditionally assigned to LAN hosts based
|
||||
# their MAC address or subnet. The first matching host_config wins. If both
|
||||
# host_config and config are defined, config is always placed last, as default
|
||||
# option.
|
||||
#
|
||||
#list host_config 'da:c8:6d:b6:93:78=fedcba'
|
||||
#list host_config '10.0.1.2/32=abc123'
|
||||
#list host_config '10.0.3.0/24=def321'
|
||||
|
||||
# Listen on a custom local port so a DNS front (like dnsmasq) can use us as
|
||||
# a forwarder.
|
||||
|
||||
Reference in New Issue
Block a user