mirror of
https://github.com/p4gefau1t/trojan-go.git
synced 2024-04-21 12:21:34 +00:00
22 lines
411 B
JSON
Executable File
22 lines
411 B
JSON
Executable File
{
|
|
"run_type": "server",
|
|
"local_addr": "0.0.0.0",
|
|
"local_port": 443,
|
|
"remote_addr": "127.0.0.1",
|
|
"remote_port": 80,
|
|
"password": [
|
|
"your_password"
|
|
],
|
|
"ssl": {
|
|
"cert": "your_cert.crt",
|
|
"key": "your_key.key",
|
|
"sni": "your-domain-name.com"
|
|
},
|
|
"router":{
|
|
"enabled": true,
|
|
"block": [
|
|
"geoip:private"
|
|
]
|
|
}
|
|
}
|