mirror of https://github.com/2dust/v2rayN
Bug fix
parent
373ee6586a
commit
acde5b8384
|
@ -5,6 +5,11 @@
|
||||||
"bittorrent"
|
"bittorrent"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"outboundTag": "block",
|
||||||
|
"port": "443",
|
||||||
|
"network": "udp"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"outboundTag": "block",
|
"outboundTag": "block",
|
||||||
"domain": [
|
"domain": [
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
"outboundTag": "block",
|
||||||
|
"port": "443",
|
||||||
|
"network": "udp"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"port": "0-65535",
|
"port": "0-65535",
|
||||||
"outboundTag": "proxy"
|
"outboundTag": "proxy"
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
"domain:example-example2.com"
|
"domain:example-example2.com"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"outboundTag": "block",
|
||||||
|
"port": "443",
|
||||||
|
"network": "udp"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"outboundTag": "block",
|
"outboundTag": "block",
|
||||||
"domain": [
|
"domain": [
|
||||||
|
|
|
@ -147,6 +147,7 @@ namespace v2rayN.ViewModels
|
||||||
public void ProxiesReload()
|
public void ProxiesReload()
|
||||||
{
|
{
|
||||||
GetClashProxies(true);
|
GetClashProxies(true);
|
||||||
|
ProxiesDelayTest();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void ProxiesClear()
|
public void ProxiesClear()
|
||||||
|
|
Loading…
Reference in New Issue