1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2024-11-26 15:16:08 +03:00
ProxySU/TemplateConfg/trojan-go/trojan-go_all_config.json

24 lines
408 B
JSON
Raw Normal View History

2020-06-05 18:27:53 +03:00
{
2020-08-16 11:37:35 +03:00
"run_type": "",
"local_addr": "",
"local_port": "",
"remote_addr": "",
"remote_port": "",
"password": [
""
],
"disable_http_check": true,
2020-08-16 11:37:35 +03:00
"ssl": {
"cert": "",
"key": ""
},
"websocket": {
"enabled": false,
"path": ""
2020-10-29 10:38:23 +03:00
},
"mux": {
"enabled": false,
"concurrency": 8,
"idle_timeout": 60
2020-08-16 11:37:35 +03:00
}
2020-06-05 18:27:53 +03:00
}