Files
trojan-go/data/client.json
T

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
}
}