Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Jul 5, 2024
1 parent 373ee65 commit acde5b8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions v2rayN/v2rayN/Sample/custom_routing_black
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"bittorrent"
]
},
{
"outboundTag": "block",
"port": "443",
"network": "udp"
},
{
"outboundTag": "block",
"domain": [
Expand Down
5 changes: 5 additions & 0 deletions v2rayN/v2rayN/Sample/custom_routing_global
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[
{
"outboundTag": "block",
"port": "443",
"network": "udp"
},
{
"port": "0-65535",
"outboundTag": "proxy"
Expand Down
5 changes: 5 additions & 0 deletions v2rayN/v2rayN/Sample/custom_routing_white
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"domain:example-example2.com"
]
},
{
"outboundTag": "block",
"port": "443",
"network": "udp"
},
{
"outboundTag": "block",
"domain": [
Expand Down
1 change: 1 addition & 0 deletions v2rayN/v2rayN/ViewModels/ClashProxiesViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ private void UpdateHandler(bool notify, string msg)
public void ProxiesReload()
{
GetClashProxies(true);
ProxiesDelayTest();
}

public void ProxiesClear()
Expand Down

0 comments on commit acde5b8

Please sign in to comment.