We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c71bc5e commit 3b3e8cbCopy full SHA for 3b3e8cb
docs/en_US/v5/config/proxy/trojan.md
@@ -139,6 +139,10 @@ A password recognized by server.
139
140
> `type`: string
141
142
+The network protocol to use. Common values include "tcp", "tcp4" (IPv4 only), "tcp6" (IPv6 only).
143
+
144
> `dest`: string
145
146
+The destination address, typically in the form of "host:port", ex: "127.0.0.1:80" .
147
148
> `xver`: uint64
docs/v5/config/proxy/trojan.md
@@ -124,6 +124,10 @@ UDP 包编码方式,默认值为 `None`。(v5.4.0+)
124
125
126
127
+网络协议. "tcp", "tcp4" (仅IPv4), "tcp6" (仅IPv6).
128
129
130
131
+目标地址, 格式为 "host:port", ex: "127.0.0.1:80" .
132
133
0 commit comments