mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-03 20:07:40 +03:00
Add StackOptions.IncludeAllNetworks
This commit is contained in:
parent
e272ff0ad3
commit
fb6e917a2c
2 changed files with 12 additions and 1 deletions
|
@ -18,6 +18,8 @@ import (
|
|||
"github.com/sagernet/sing/common/udpnat"
|
||||
)
|
||||
|
||||
var ErrIncludeAllNetworks = E.New("`system` and `mixed` stack are not available when `includeAllNetworks` is enabled. See https://github.com/SagerNet/sing-tun/issues/25")
|
||||
|
||||
type System struct {
|
||||
ctx context.Context
|
||||
tun Tun
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue