Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
lxhao61 authored Apr 12, 2023
1 parent d8f58c4 commit e763438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Xray(M+K+B+G+A)+Trojan+Nginx/trojan-go_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"host": "" //若使用了CDN,一般需填入域名;否则不正确的host可能导致CDN无法转发请求。
},
"shadowsocks": {
"enabled": false, //若使用了WebSocket、且经过不可信的CDN进行中转(如国内CDN)或连接遭到了GFW针对TLS的中间人攻击等可开启;否则Shadowsocks AEAD加密一般关闭
"method": "AES-128-GCM",
"enabled": false, //若启用了WebSocket、且使用不可信的CDN进行中转,推荐Shadowsocks AEAD加密启用;否则禁用
"method": "AES-128-GCM", //默认加密方式
"password": "" //配置Shadowsocks AEAD加密密码。若Shadowsocks AEAD加密启用必须配置,不能留空。
}
}

0 comments on commit e763438

Please sign in to comment.