github.com/sagernet/sing-box@v1.9.0-rc.20/docs/configuration/inbound/tproxy.zh.md (about) 1 !!! quote "" 2 3 仅支持 Linux。 4 5 ### 结构 6 7 ```json 8 { 9 "type": "tproxy", 10 "tag": "tproxy-in", 11 12 ... // 监听字段 13 14 "network": "udp" 15 } 16 ``` 17 18 ### 监听字段 19 20 参阅 [监听字段](/zh/configuration/shared/listen/)。 21 22 ### 字段 23 24 #### network 25 26 监听的网络协议,`tcp` `udp` 之一。 27 28 默认所有。