From 0ffa697d8d7d1113ecadcbb5a08d5a467c33c8e2 Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Sun, 17 Apr 2022 20:03:53 +0800 Subject: [PATCH] chore: change comments --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index c3894f31..678560d4 100644 --- a/config/config.go +++ b/config/config.go @@ -952,7 +952,7 @@ func parseSniffer(snifferRaw SnifferRaw) (*Sniffer, error) { // Compatibility, remove it when release if strings.Contains(C.Version, "alpha") || strings.Contains(C.Version, "develop") || strings.Contains(C.Version, "1.10.0") { - log.Warnln("Sniffer param force and reverses deprecated, will be removed in the release version") + log.Warnln("Sniffer param force and reverses deprecated, will be removed in the release version, see https://github.com/MetaCubeX/Clash.Meta/commit/48a01adb7a4f38974b9d9639f931d0d245aebf28") if snifferRaw.Force { // match all domain sniffer.ForceDomain.Insert("+", true)