Removes unnecessary sniffer

DHR60 2025-04-06 23:01:16 +08:00
parent f9e8d2cfbd
commit f7a42c038b
1 changed files with 1 additions and 2 deletions

View File

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