mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 04:17:36 +03:00
Add netns support
This commit is contained in:
parent
63f10d37ff
commit
74bfea713d
16 changed files with 218 additions and 103 deletions
|
@ -68,6 +68,7 @@ type ListenOptions struct {
|
|||
UDPFragment *bool `json:"udp_fragment,omitempty"`
|
||||
UDPFragmentDefault bool `json:"-"`
|
||||
UDPTimeout UDPTimeoutCompat `json:"udp_timeout,omitempty"`
|
||||
NetNs string `json:"netns,omitempty"`
|
||||
|
||||
// Deprecated: removed
|
||||
ProxyProtocol bool `json:"proxy_protocol,omitempty"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue