mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-15 21:00:27 +00:00
7 lines
88 B
Go
7 lines
88 B
Go
package constant
|
|
|
|
const (
|
|
NetNsTypeDefault = "default"
|
|
NetNsTypeUnshare = "unshare"
|
|
)
|