mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-25 06:36:08 +03:00
17 lines
292 B
JSON
17 lines
292 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": ""
|
|
}
|
|
|
|
}
|