mirror of
https://github.com/2dust/v2rayN.git
synced 2025-11-01 04:52:51 +00:00
Removes unnecessary sniffer
This commit is contained in:
parent
e9cced8e09
commit
c230a183fb
1 changed files with 1 additions and 2 deletions
|
|
@ -1129,8 +1129,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