Skip to content

Commit 0127ec6

Browse files
committed
修复安装Trojan-go的一些Bug
1 parent 6a2a003 commit 0127ec6

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

ProxySU/MainWindow.xaml.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2423,7 +2423,7 @@ private void ButtonTrojanGoSetUp_Click(object sender, RoutedEventArgs e)
24232423
}
24242424
string serverConfig = "TemplateConfg\\trojan-go_all_config.json"; //服务端配置文件
24252425
string clientConfig = "TemplateConfg\\trojan-go_all_config.json"; //生成的客户端配置文件
2426-
string upLoadPath = "/etc/trojan-go/config.json"; //服务端文件位置
2426+
string upLoadPath = "/usr/local/etc/trojan-go/config.json"; //服务端文件位置
24272427

24282428

24292429
if (String.IsNullOrEmpty(ReceiveConfigurationParameters[0]) == true)

ProxySU/bin/Beta/Beta.zip

-418 Bytes
Binary file not shown.
+16-16
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"run_type": "",
3-
"local_addr": "",
4-
"local_port": "",
5-
"remote_addr": "",
6-
"remote_port": "",
7-
"password": [
8-
""
9-
]
10-
"ssl": {
11-
"cert": "",
12-
"key": ""
13-
},
14-
"websocket": {
15-
"enabled": false,
16-
"path": ""
17-
}
2+
"run_type": "",
3+
"local_addr": "",
4+
"local_port": "",
5+
"remote_addr": "",
6+
"remote_port": "",
7+
"password": [
8+
""
9+
],
10+
"ssl": {
11+
"cert": "",
12+
"key": ""
13+
},
14+
"websocket": {
15+
"enabled": false,
16+
"path": ""
17+
}
1818
}

0 commit comments

Comments
 (0)