Skip to content

Commit

Permalink
更新协议
Browse files Browse the repository at this point in the history
  • Loading branch information
xishang0128 committed May 22, 2024
1 parent c48ad06 commit 296ebae
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/config/proxies/trojan.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ proxies:
client-fingerprint: random
fingerprint: xxxx
skip-cert-verify: true
ss-opts:
enabled: false
method: aes-128-gcm
password: "example"
reality-opts:
public-key: xxxx
short-id: xxxx
Expand All @@ -34,6 +38,20 @@ proxies:

必须,trojan 服务器密码

## ss-opts

### ss-opfs.enabled

启用 trojan-go 的 shadowsocks AEAD 加密

### ss-opfs.method

加密方法,支持 aes-128-gcm/aes-256-gcm/chacha20-ietf-poly1305

### ss-opfs.password

trojan-go 的 shadowsocks AEAD 加密密码

## network

传输层,支持 ws/grpc,不配置或配置其他值则为 tcp
Expand Down

0 comments on commit 296ebae

Please sign in to comment.