Removes unnecessary sniffer

This commit is contained in:
DHR60 2025-04-06 23:01:16 +08:00
parent 155583c2b5
commit 7b591cf41b

View file

@ -972,8 +972,7 @@ public class CoreConfigSingboxService
{
singboxConfig.route.rules.Add(new()
{
action = "sniff",
sniffer = new() { "dns", _config.Inbound.First().DestOverride }
action = "sniff"
});
singboxConfig.route.rules.Add(new()
{