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.

35 lines
1.4 KiB

  1. config global
  2. # start dnscrypt-proxy from procd interface trigger rather than immediately in init
  3. # if needed you can restrict trigger to certain interface(s)
  4. # list procd_trigger 'wan'
  5. # list procd_trigger 'wan6'
  6. config dnscrypt-proxy ns1
  7. option address '127.0.0.1'
  8. option port '5353'
  9. option resolver 'fvz-anyone'
  10. # more details about the following options can be found in:
  11. # https://github.com/dyne/dnscrypt-proxy/blob/master/dnscrypt-proxy.conf
  12. # option resolvers_list '/usr/share/dnscrypt-proxy/dnscrypt-resolvers.csv'
  13. # ephemeral keys option requires extra CPU cycles and can cause huge system load
  14. # option ephemeral_keys '0'
  15. # option client_key '/path/to/client_key'
  16. # option log_level '6'
  17. # option syslog '1'
  18. # option syslog_prefix 'dnscrypt-proxy'
  19. # option query_log_file '/path/to/logfile'
  20. # enable cache may speed up dnscrypt-proxy
  21. # option local_cache '0'
  22. # disable IPv6 may also speed up dnscrypt-proxy
  23. # option block_ipv6 '0'
  24. # Blacklists allow you to block domains, ip, ...
  25. # list blacklist 'domains:/path/to/domains-blacklist-file.txt'
  26. # list blacklist 'domains:/path/to/domains-blacklist2-file.txt'
  27. # config dnscrypt-proxy ns2
  28. # option address '127.0.0.1'
  29. # option port '5454'
  30. # # option resolver 'd0wn-random-ns1'
  31. # # option resolvers_list '/usr/share/dnscrypt-proxy/dnscrypt-resolvers.csv'
  32. # # option ephemeral_keys '0'
  33. # # option client_key ''