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
2021-05-23 17:40:06 +08:00

21 lines
391 B
JSON

{
"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/trojan-go.crt",
"key": "/usr/local/etc/trojan-go/trojan-go.key",
"sni": "example.com"
},
"websocket": {
"enabled": false,
"path": "/ws",
"host": "example.com"
}
}