diff options
author | Olivier Poitrey <rs@nextdns.io> | 2020-05-30 00:28:43 +0000 |
---|---|---|
committer | Olivier Poitrey <rs@nextdns.io> | 2020-05-31 00:16:24 -0700 |
commit | 7e762d18f237cdd768e292b66246bc2548856a86 (patch) | |
tree | 2cf99431814a62eb1c7ed3da11bc34c60fdfe758 /net/nextdns/files/nextdns.config | |
parent | 093db9d076386bf7398e947ef638fc329cf81819 (diff) |
nextdns: Update to version 1.6.4
Refactor the package so init script is installed from the binary instead
of an init script embedded in the package.
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
Diffstat (limited to 'net/nextdns/files/nextdns.config')
-rw-r--r-- | net/nextdns/files/nextdns.config | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/nextdns/files/nextdns.config b/net/nextdns/files/nextdns.config index 7e34291bf..7e9e1d7d2 100644 --- a/net/nextdns/files/nextdns.config +++ b/net/nextdns/files/nextdns.config @@ -16,9 +16,8 @@ config nextdns main #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. - option listen '127.0.0.1:5342' + # Configure NextDNS cli client to serve DNS to other clients on the network. + option setup_router '1' # Expose LAN clients information in NextDNS analytics. option report_client_info '1' |