From ddc34bf9185c1db09240d7a5224bcc501c1c82f9 Mon Sep 17 00:00:00 2001 From: 9seconds Date: Sat, 28 Feb 2026 14:48:37 +0100 Subject: [PATCH 1/2] Comment out doh-ip --- example.config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.config.toml b/example.config.toml index 4cd84d0..a21543d 100644 --- a/example.config.toml +++ b/example.config.toml @@ -137,7 +137,7 @@ allow-fallback-on-unknown-dc = false # # DEPRECATED option: # If dns option is specified, it will be used instead -doh-ip = "1.1.1.1" +# doh-ip = "1.1.1.1" # Starting from mtg v2.1.12 we have changed a configuration for DNS. Now it # supports DNS-over-HTTPS, DNS-over-TLS, custom UDP resolver and system From 23aa2eefad74e259161007f4b9d8aa715436fecc Mon Sep 17 00:00:00 2001 From: 9seconds Date: Sat, 28 Feb 2026 14:50:48 +0100 Subject: [PATCH 2/2] More details on DOH-IP option --- example.config.toml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/example.config.toml b/example.config.toml index a21543d..ce248dd 100644 --- a/example.config.toml +++ b/example.config.toml @@ -136,7 +136,17 @@ allow-fallback-on-unknown-dc = false # By default we use Cloudflare. # # DEPRECATED option: -# If dns option is specified, it will be used instead +# If dns option is specified, it will be used instead. No default is defined +# anymore. But if you set this option, this is literally the same providing +# https:// URL to `dns`. +# +# In other words: +# +# doh-ip = "1.1.1.1" +# +# is literally the same as +# +# dns = "https://1.1.1.1" # doh-ip = "1.1.1.1" # Starting from mtg v2.1.12 we have changed a configuration for DNS. Now it