Add chained inbound support

This commit is contained in:
世界
2022-08-29 19:50:28 +08:00
parent f5e0ead01c
commit dbda0ed98a
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
}