mirror of
https://github.com/2dust/v2rayN.git
synced 2025-12-26 08:32:43 +00:00
Removes unnecessary sniffer
This commit is contained in:
parent
155583c2b5
commit
7b591cf41b
1 changed files with 1 additions and 2 deletions
|
|
@ -972,8 +972,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()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue