mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-15 21:00:27 +00:00
Add netns and unshare support
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
NetNsTypeDefault = "default"
|
||||
NetNsTypeUnshare = "unshare"
|
||||
)
|
||||
Reference in New Issue
Block a user