1
0
Fork 0
mirror of https://github.com/proxysu/ProxySU.git synced 2025-04-02 21:36:17 +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 serverConfig = "TemplateConfg\\trojan-go_all_config.json"; //服务端配置文件
string clientConfig = "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) if (String.IsNullOrEmpty(ReceiveConfigurationParameters[0]) == true)

Binary file not shown.

View file

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