summaryrefslogtreecommitdiff
path: root/systems/turret/files/etc/config/https-dns-proxy
diff options
context:
space:
mode:
Diffstat (limited to 'systems/turret/files/etc/config/https-dns-proxy')
-rw-r--r--systems/turret/files/etc/config/https-dns-proxy16
1 files changed, 0 insertions, 16 deletions
diff --git a/systems/turret/files/etc/config/https-dns-proxy b/systems/turret/files/etc/config/https-dns-proxy
deleted file mode 100644
index 76e3c60..0000000
--- a/systems/turret/files/etc/config/https-dns-proxy
+++ /dev/null
@@ -1,16 +0,0 @@
-
-config main 'config'
- option dnsmasq_config_update '*'
- list force_dns_port '53'
- list force_dns_port '853'
- option procd_trigger_wan6 '0'
- option force_dns '0'
-
-config https-dns-proxy
- option bootstrap_dns '1.1.1.1,1.0.0.1'
- option resolver_url 'https://cloudflare-dns.com/dns-query'
- option listen_addr '127.0.0.1'
- option listen_port '5054'
- option user 'nobody'
- option group 'nogroup'
-