Skip to content

Commit

Permalink
SOCKS inbound: Add tip for "ip" field
Browse files Browse the repository at this point in the history
  • Loading branch information
Fangliding authored Nov 16, 2024
1 parent ed23f85 commit 06408d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/config/inbounds/socks.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ Socks 协议的认证方式,支持 `"noauth"` 匿名方式和 `"password"` 用
当开启 UDP 时,Xray 需要知道本机的 IP 地址。

默认值为 `"127.0.0.1"`
“本机的 IP 地址” 含义是客户端发起UDP连接时可以拿着这个 IP 找到服务端,默认是服务器被TCP连接时的本地 IP. 大多数时候应该可以正常工作,但是在经过一些经过 NAT 的系统时可能导致工作异常需要修改这个参数为正确的公网IP.

警告,如果你的机器上存在多个IP地址,将会受到 [入站监听](../inbound.md#inboundobject) 里UDP监听 0.0.0.0 时有关的影响。

> `userLevel`: number
Expand Down

0 comments on commit 06408d9

Please sign in to comment.