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

26 lines
447 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": {
2020-10-31 18:28:13 +03:00
"sni": "",
2020-08-16 11:37:35 +03:00
"cert": "",
"key": ""
},
"websocket": {
"enabled": false,
2020-10-31 18:28:13 +03:00
"path": "",
"host": ""
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
}