diff options
| author | seth <[email protected]> | 2024-03-09 18:32:41 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-03-09 18:33:10 -0500 |
| commit | cb951dba532fe4518da5dbf876096968afab0c9a (patch) | |
| tree | ad6425aa4956a2add835469e4fcaee1e7423565e /ext/openwrt/turret/files/etc/config/https-dns-proxy | |
| parent | c76dc8f7aeb99be22d2b256c12076a177f659321 (diff) | |
openwrt/turret: use new module and uci for everything
Diffstat (limited to 'ext/openwrt/turret/files/etc/config/https-dns-proxy')
| -rw-r--r-- | ext/openwrt/turret/files/etc/config/https-dns-proxy | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/ext/openwrt/turret/files/etc/config/https-dns-proxy b/ext/openwrt/turret/files/etc/config/https-dns-proxy deleted file mode 100644 index 76e3c60..0000000 --- a/ext/openwrt/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' - |
