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.

29 lines
1.1 KiB

  1. config nextdns main
  2. option enabled '1'
  3. # NextDNS custom configuration id (create on on https://nextdns.io).
  4. # If not defined, this package will act as a non-logging, non-filtering
  5. # DNS over HTTPS resolver.
  6. #
  7. #option config abcdef
  8. # Custom configurations can also be conditionally assigned to LAN hosts based
  9. # their MAC address or subnet. The first matching host_config wins. If both
  10. # host_config and config are defined, config is always placed last, as default
  11. # option.
  12. #
  13. #list host_config 'da:c8:6d:b6:93:78=fedcba'
  14. #list host_config '10.0.1.2/32=abc123'
  15. #list host_config '10.0.3.0/24=def321'
  16. # Configure NextDNS cli client to serve DNS to other clients on the network.
  17. option setup_router '1'
  18. # Expose LAN clients information in NextDNS analytics.
  19. option report_client_info '1'
  20. # When enabled, use DNS servers located in jurisdictions with strong privacy laws.
  21. # Available locations are: Switzerland, Iceland, Finland, Panama and Hong Kong.
  22. option hardened_privacy '0'
  23. # Log individual queries to system log.
  24. option log_queries '0'