1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2024-11-25 06:36:08 +03:00
ProxySU/ProxySuper.WPF/Templates/trojan-go/trojan-go.json

22 lines
417 B
JSON
Raw Normal View History

2021-05-21 13:03:40 +03:00
{
2021-09-14 05:31:37 +03:00
"log_level": 5,
2021-05-21 13:03:40 +03:00
"run_type": "server",
"local_addr": "0.0.0.0",
"local_port": 443,
"remote_addr": "127.0.0.1",
"remote_port": 80,
"password": [
""
],
"ssl": {
2021-08-20 13:01:16 +03:00
"cert": "/usr/local/etc/trojan-go/ssl/trojan-go.crt",
"key": "/usr/local/etc/trojan-go/ssl/trojan-go.key",
2021-05-23 12:40:06 +03:00
"sni": "example.com"
},
"websocket": {
"enabled": false,
"path": "/ws",
"host": "example.com"
2021-05-21 13:03:40 +03:00
}
}