mirror of
https://github.com/p4gefau1t/trojan-go.git
synced 2024-04-21 12:21:34 +00:00
32 lines
653 B
JSON
32 lines
653 B
JSON
{
|
|
"run_type": "client",
|
|
"local_addr": "127.0.0.1",
|
|
"local_port": 1080,
|
|
"remote_addr": "your_server",
|
|
"remote_port": 443,
|
|
"password": [
|
|
"your_password"
|
|
],
|
|
"ssl": {
|
|
"sni": "your-domain-name.com"
|
|
},
|
|
"mux" :{
|
|
"enabled": true
|
|
},
|
|
"router":{
|
|
"enabled": true,
|
|
"bypass": [
|
|
"geoip:cn",
|
|
"geoip:private",
|
|
"geosite:cn",
|
|
"geosite:geolocation-cn"
|
|
],
|
|
"block": [
|
|
"geosite:category-ads"
|
|
],
|
|
"proxy": [
|
|
"geosite:geolocation-!cn"
|
|
],
|
|
"default_policy": "proxy"
|
|
}
|
|
} |