github.com/sagernet/sing-box@v1.9.0-rc.20/docs/configuration/inbound/socks.zh.md (about) 1 `socks` 入站是一个 socks4, socks4a 和 socks5 服务器. 2 3 ### 结构 4 5 ```json 6 { 7 "type": "socks", 8 "tag": "socks-in", 9 10 ... // 监听字段 11 12 "users": [ 13 { 14 "username": "admin", 15 "password": "admin" 16 } 17 ] 18 } 19 ``` 20 21 ### 监听字段 22 23 参阅 [监听字段](/zh/configuration/shared/listen/)。 24 25 ### 字段 26 27 #### users 28 29 SOCKS 用户 30 31 如果为空则不需要验证。