Add optional LWIP tun stack support

This commit is contained in:
世界 2022-08-07 17:21:49 +08:00
parent 6ee10c03d1
commit 0f74f6cd60
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
7 changed files with 33 additions and 36 deletions

View file

@ -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
}