1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2025-02-16 22:53:13 +03:00

修复安装Trojan-go的一些Bug

This commit is contained in:
ProxySU 2020-08-16 16:37:35 +08:00
parent 6a2a003e98
commit 0127ec60dc
3 changed files with 17 additions and 17 deletions

View File

@ -2423,7 +2423,7 @@ namespace ProxySU
}
string serverConfig = "TemplateConfg\\trojan-go_all_config.json"; //服务端配置文件
string clientConfig = "TemplateConfg\\trojan-go_all_config.json"; //生成的客户端配置文件
string upLoadPath = "/etc/trojan-go/config.json"; //服务端文件位置
string upLoadPath = "/usr/local/etc/trojan-go/config.json"; //服务端文件位置
if (String.IsNullOrEmpty(ReceiveConfigurationParameters[0]) == true)

Binary file not shown.

View File

@ -1,18 +1,18 @@
{
"run_type": "",
"local_addr": "",
"local_port": "",
"remote_addr": "",
"remote_port": "",
"password": [
""
]
"ssl": {
"cert": "",
"key": ""
},
"websocket": {
"enabled": false,
"path": ""
}
"run_type": "",
"local_addr": "",
"local_port": "",
"remote_addr": "",
"remote_port": "",
"password": [
""
],
"ssl": {
"cert": "",
"key": ""
},
"websocket": {
"enabled": false,
"path": ""
}
}