RPRX
4 years ago
committed by
GitHub
3 changed files with 69 additions and 2 deletions
@ -0,0 +1,37 @@ |
|||||||
|
{ |
||||||
|
"log": { |
||||||
|
"loglevel": "warning" |
||||||
|
}, |
||||||
|
"inbounds": [ |
||||||
|
{ |
||||||
|
"port": 10800, |
||||||
|
"listen": "127.0.0.1", |
||||||
|
"protocol": "socks", |
||||||
|
"settings": { |
||||||
|
"udp": true |
||||||
|
} |
||||||
|
} |
||||||
|
], |
||||||
|
"outbounds": [ |
||||||
|
{ |
||||||
|
"protocol": "trojan", |
||||||
|
"settings": { |
||||||
|
"vnext": [ |
||||||
|
{ |
||||||
|
"address": "example.com", // 换成你的域名或服务器 IP(发起请求时无需解析域名了) |
||||||
|
"port": 443, |
||||||
|
"password": "", // 填写你的密码 |
||||||
|
"level": 0 |
||||||
|
} |
||||||
|
] |
||||||
|
}, |
||||||
|
"streamSettings": { |
||||||
|
"network": "tcp", |
||||||
|
"security": "tls", |
||||||
|
"tlsSettings": { |
||||||
|
"serverName": "example.com" // 换成你的域名 |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
] |
||||||
|
} |
Loading…
Reference in new issue