mirror of
https://github.com/trailofbits/algo.git
synced 2025-07-25 06:53:00 +02:00
* Allow more flexible DNSCrypt configuration * Correct permissions on files changed in #1120 I'm not sure why using BBEdit over SMB makes every file executable. * Put the public resolvers cache file in /tmp.
13 lines
342 B
YAML
13 lines
342 B
YAML
---
|
|
algo_local_dns: false
|
|
listen_port: "{% if algo_local_dns %}5353{% else %}53{% endif %}"
|
|
# the version used if the latest unavailable (in case of Github API rate limited)
|
|
dnscrypt_proxy_version: 2.0.10
|
|
apparmor_enabled: true
|
|
dns_encryption: true
|
|
ipv6_support: false
|
|
dnscrypt_servers:
|
|
ipv4:
|
|
- cloudflare
|
|
ipv6:
|
|
- cloudflare-ipv6
|