From 23aa2eefad74e259161007f4b9d8aa715436fecc Mon Sep 17 00:00:00 2001 From: 9seconds Date: Sat, 28 Feb 2026 14:50:48 +0100 Subject: [PATCH] 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