Skip to content

Commit 3bbe0d7

Browse files
committed
fallback to fallbacks
1 parent 81a598c commit 3bbe0d7

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

ProxySU/MainWindow.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
66
xmlns:local="clr-namespace:ProxySU"
77
mc:Ignorable="d"
8-
Title="ProxySU - v2.0.1" Height="625" Width="530">
8+
Title="ProxySU - v2.0.2" Height="625" Width="530">
99
<!--以下样式参考自:https://yq.aliyun.com/articles/331878
1010
https://docs.microsoft.com/en-us/dotnet/desktop-wpf/fundamentals/styles-templates-overview-->
1111
<Window.Resources>

ProxySU/bin/Beta/Beta.zip

5 Bytes
Binary file not shown.

TemplateConfg/tcp_vless_tls_caddy_server_config.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@
1313
}
1414
],
1515
"decryption": "none",
16-
"fallback": {
17-
"port": 88
18-
}
16+
"fallbacks": [
17+
{
18+
"dest": 88
19+
}
20+
]
1921
},
2022
"streamSettings": {
2123
"network": "tcp",
@@ -39,4 +41,4 @@
3941
"protocol": "freedom"
4042
}
4143
]
42-
}
44+
}

0 commit comments

Comments
 (0)