summaryrefslogtreecommitdiff
path: root/hosts/_turret/files/etc/config/https-dns-proxy
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-20 22:10:21 -0400
committerseth <[email protected]>2023-04-20 22:13:45 -0400
commiteb3f9e87435be5941278d819351bac0ece172051 (patch)
treed32d347bcba4760dcf1b3b8d11e6accbde12f49c /hosts/_turret/files/etc/config/https-dns-proxy
parent65e26c34990fa57e305093572ea3a9596bc45b38 (diff)
move to my external lib
Diffstat (limited to 'hosts/_turret/files/etc/config/https-dns-proxy')
-rw-r--r--hosts/_turret/files/etc/config/https-dns-proxy18
1 files changed, 18 insertions, 0 deletions
diff --git a/hosts/_turret/files/etc/config/https-dns-proxy b/hosts/_turret/files/etc/config/https-dns-proxy
new file mode 100644
index 0000000..e5623ad
--- /dev/null
+++ b/hosts/_turret/files/etc/config/https-dns-proxy
@@ -0,0 +1,18 @@
+
+config main 'config'
+ option dnsmasq_config_update '*'
+ list force_dns_port '53'
+ list force_dns_port '853'
+ option procd_trigger_wan6 '0'
+ option canary_domains_icloud '0'
+ option canary_domains_mozilla '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'
+