1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2024-11-22 21:26:09 +03:00
ProxySU/ProxySuper.WPF/Templates/trojan-go/trojan-go.json
2021-09-14 10:31:37 +08:00

22 lines
417 B
JSON

{
"log_level": 5,
"run_type": "server",
"local_addr": "0.0.0.0",
"local_port": 443,
"remote_addr": "127.0.0.1",
"remote_port": 80,
"password": [
""
],
"ssl": {
"cert": "/usr/local/etc/trojan-go/ssl/trojan-go.crt",
"key": "/usr/local/etc/trojan-go/ssl/trojan-go.key",
"sni": "example.com"
},
"websocket": {
"enabled": false,
"path": "/ws",
"host": "example.com"
}
}