mirror of https://github.com/2dust/v2rayN
Removes unnecessary sniffer
parent
f9e8d2cfbd
commit
f7a42c038b
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue