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:
parent
6a2a003e98
commit
0127ec60dc
@ -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.
@ -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": ""
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user