From d16a8fd7c33cc7a4e4104a4f3d695a8a4f56ad7d Mon Sep 17 00:00:00 2001 From: Tobias Date: Mon, 10 Mar 2025 13:24:09 +0100 Subject: [PATCH] luci-app-https-dns-proxy: Update: ffmuc bootstrap_dns servers this updates the ffmuc bootstrap_dns to ffmuc dns servers instead of google or cloudflare dns Signed-off-by: Tobias (cherry picked from commit 29187d4e2b3e184c9b0bd6baf343ec3d2a3b384d) --- .../root/usr/share/https-dns-proxy/providers/net.ffmuc.doh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.ffmuc.doh.json b/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.ffmuc.doh.json index 5c0d6a0416..abee23144c 100644 --- a/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.ffmuc.doh.json +++ b/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.ffmuc.doh.json @@ -1,6 +1,6 @@ { "title": "FFMUC DNS (DE)", "template": "https://doh.ffmuc.net/dns-query", - "bootstrap_dns": "1.1.1.1,1.0.0.1,2606:4700:4700::1111,2606:4700:4700::1001,8.8.8.8,8.8.4.4,2001:4860:4860::8888,2001:4860:4860::8844", + "bootstrap_dns": "5.1.66.255,185.150.99.255,2001:678:e68:f000::,2001:678:ed0:f000::", "help_link": "https://ffmuc.net/wiki/doku.php?id=knb:dohdot" } -- 2.30.2