mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 04:17:36 +03:00
Add proxy protocol support
This commit is contained in:
parent
aa8cdaee22
commit
1413c5022a
15 changed files with 260 additions and 71 deletions
|
@ -11,4 +11,5 @@ type DirectOutboundOptions struct {
|
|||
OutboundDialerOptions
|
||||
OverrideAddress string `json:"override_address,omitempty"`
|
||||
OverridePort uint16 `json:"override_port,omitempty"`
|
||||
ProxyProtocol uint8 `json:"proxy_protocol,omitempty"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue