Add chained inbound support

This commit is contained in:
世界
2022-08-29 19:43:13 +08:00
parent 1c6d039e3f
commit 56119da3e0
16 changed files with 544 additions and 289 deletions
+1
View File
@@ -111,5 +111,6 @@ type ListenOptions struct {
TCPFastOpen bool `json:"tcp_fast_open,omitempty"`
UDPTimeout int64 `json:"udp_timeout,omitempty"`
ProxyProtocol bool `json:"proxy_protocol,omitempty"`
Detour string `json:"detour,omitempty"`
InboundOptions
}