mirror of
https://github.com/p4gefau1t/trojan-go.git
synced 2024-04-21 12:21:34 +00:00
32 lines
607 B
JSON
32 lines
607 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"
|
|
},
|
|
"mux" :{
|
|
"enabled": true
|
|
},
|
|
"router":{
|
|
"enabled": true,
|
|
"bypass": [
|
|
"cn-domain.txt",
|
|
"cn-ip.txt",
|
|
"private-ip.txt"
|
|
],
|
|
"proxy": [
|
|
"non-cn-domain.txt"
|
|
],
|
|
"block": [
|
|
"ads-all-domains.txt"
|
|
],
|
|
"default": "proxy",
|
|
"route_by_ip_on_nonmatch": true
|
|
}
|
|
} |