mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 05:32:24 +00:00
Removes unnecessary sniffer
This commit is contained in:
parent
dbd65e6f16
commit
7384fb3d31
1 changed files with 1 additions and 2 deletions
|
@ -983,8 +983,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()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue