mirror of https://github.com/2dust/v2rayN
Removes unnecessary sniffer
parent
e54dfe57b5
commit
e21dab1d4d
|
@ -1129,8 +1129,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