sing-box/docs/configuration/outbound/trojan.zh.md
2023-12-21 15:24:05 +08:00

838 B

结构

{
  "type": "trojan",
  "tag": "trojan-out",
  
  "server": "127.0.0.1",
  "server_port": 1080,
  "password": "8JCsPssfgS8tiRwiMlhARg==",
  "network": "tcp",
  "tls": {},
  "multiplex": {},
  "transport": {},

  ... // 拨号字段
}

字段

server

==必填==

服务器地址。

server_port

==必填==

服务器端口。

password

==必填==

Trojan 密码。

network

启用的网络协议。

tcpudp

默认所有。

tls

TLS 配置, 参阅 TLS

multiplex

参阅 多路复用

transport

V2Ray 传输配置,参阅 V2Ray 传输层

拨号字段

参阅 拨号字段