fix(脚本): 修改trojan的回落端口为http1.1

pull/534/merge
mack-a 2021-06-22 17:42:23 +08:00
parent 35fdd8561c
commit 4fadcff6c1
1 changed files with 1 additions and 1 deletions

View File

@ -2198,7 +2198,7 @@ initTrojanGoConfig() {
"local_addr": "127.0.0.1",
"local_port": 31296,
"remote_addr": "127.0.0.1",
"remote_port": 31302,
"remote_port": 31300,
"disable_http_check":true,
"log_level":3,
"log_file":"/etc/v2ray-agent/trojan/trojan.log",