From 816a2d515bf10191dba2375a187c3338b3ec7283 Mon Sep 17 00:00:00 2001 From: David Han Date: Sun, 17 May 2026 14:43:11 +0900 Subject: [PATCH] update provider dns.sb bootstrap IPs Update the bootstrap IP addresses for the dns.sb provider to their latest values. This ensures reliable resolution of the endpoints. Changes: - IPv4 Secondary: 185.184.222.222 -> 45.11.45.11 (Updated) Source: - Official Docs: https://dns.sb/guide/ Signed-off-by: David Han --- root/usr/share/https-dns-proxy/providers/sb.dns.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/usr/share/https-dns-proxy/providers/sb.dns.json b/root/usr/share/https-dns-proxy/providers/sb.dns.json index f061b17..8a2aa79 100644 --- a/root/usr/share/https-dns-proxy/providers/sb.dns.json +++ b/root/usr/share/https-dns-proxy/providers/sb.dns.json @@ -1,7 +1,7 @@ { "title": "DoH DNS (SB)", "template": "https://doh.dns.sb/dns-query", - "bootstrap_dns": "185.222.222.222,185.184.222.222", + "bootstrap_dns": "185.222.222.222,45.11.45.11", "help_link": "https://dns.sb/doh/", "http2_only": true }