mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 04:17:36 +03:00
Add optional LWIP tun stack support
This commit is contained in:
parent
6ee10c03d1
commit
0f74f6cd60
7 changed files with 33 additions and 36 deletions
|
@ -8,5 +8,6 @@ type TunInboundOptions struct {
|
|||
AutoRoute bool `json:"auto_route,omitempty"`
|
||||
EndpointIndependentNat bool `json:"endpoint_independent_nat,omitempty"`
|
||||
UDPTimeout int64 `json:"udp_timeout,omitempty"`
|
||||
Stack string `json:"stack,omitempty"`
|
||||
InboundOptions
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue