Add EXP_ExternalConfiguration for Tailscale
This commit is contained in:
parent
a5db80d710
commit
525f783d00
4 changed files with 66 additions and 19 deletions
3
tun.go
3
tun.go
|
|
@ -109,7 +109,8 @@ type Options struct {
|
|||
_TXChecksumOffload bool
|
||||
|
||||
// For library usages.
|
||||
EXP_DisableDNSHijack bool
|
||||
EXP_DisableDNSHijack bool
|
||||
EXP_ExternalConfiguration bool
|
||||
|
||||
// For gvisor stack, it should be enabled when MTU is less than 32768; otherwise it should be less than or equal to 8192.
|
||||
// The above condition is just an estimate and not exact, calculated on M4 pro.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue