0

DNSCrypt Config Requirements

Other than the account specific configuration details for DNSCrypt are there any other settings that should be in place in the toml file in support of NextDNS?

server_names = ['NextDNS-Custom']

[static]
  [static.'NextDNS-Custom']
  stamp = 'sdns://Custom'

Thinking of settings like the below.

## Require servers (from static + remote sources) to satisfy specific properties

# Use servers reachable over IPv4
ipv4_servers = true

# Use servers reachable over IPv6 -- Do not enable if you don't have IPv6 connectivity
ipv6_servers = false

# Use servers implementing the DNSCrypt protocol
dnscrypt_servers = true

# Use servers implementing the DNS-over-HTTPS protocol
doh_servers = true


## Require servers defined by remote sources to satisfy specific properties

# Server must support DNS security extensions (DNSSEC)
require_dnssec = true

# Server must not log user queries (declarative)
require_nolog = true

# Server must not enforce its own blocklist (for parental control, ads blocking...)
require_nofilter = true

# Server names to avoid even if they match all criteria
disabled_server_names = []

1 reply

null
    • Rohmat_Hidayat
    • 5 mths ago
    • Reported - view

    is it working with local doh and self signed configured certificated?

Content aside

  • 5 mths agoLast active
  • 1Replies
  • 684Views
  • 3 Following