From 8b30b26e0c2ef2be961ed7683b265ccdfa57e317 Mon Sep 17 00:00:00 2001 From: Seyed Mahdi <39972836+SeyedHashtag@users.noreply.github.com> Date: Wed, 28 May 2025 23:09:36 +0330 Subject: [PATCH] fix: correct server configuration in singbox.json --- core/scripts/normalsub/singbox.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/scripts/normalsub/singbox.json b/core/scripts/normalsub/singbox.json index 2bb7ea3..d1f8fbc 100644 --- a/core/scripts/normalsub/singbox.json +++ b/core/scripts/normalsub/singbox.json @@ -22,7 +22,8 @@ ], "servers": [ { - "address": "https://1.1.1.1/dns-query", + "type": "https", + "server": "1.1.1.1", "address_resolver": "local-dns", "detour": "proxy", "tag": "proxy-dns"