diff --git a/ProxySU/MainWindow.xaml.cs b/ProxySU/MainWindow.xaml.cs index 084672c..f21e911 100644 --- a/ProxySU/MainWindow.xaml.cs +++ b/ProxySU/MainWindow.xaml.cs @@ -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) diff --git a/ProxySU/bin/Beta/Beta.zip b/ProxySU/bin/Beta/Beta.zip index 622bdd1..72f4ded 100644 Binary files a/ProxySU/bin/Beta/Beta.zip and b/ProxySU/bin/Beta/Beta.zip differ diff --git a/TemplateConfg/trojan-go_all_config.json b/TemplateConfg/trojan-go_all_config.json index cd3dd1c..40af417 100644 --- a/TemplateConfg/trojan-go_all_config.json +++ b/TemplateConfg/trojan-go_all_config.json @@ -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": "" + } } \ No newline at end of file