mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-27 12:49:03 +03:00
Add tun inbound for linux
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
//go:build cgo
|
||||
|
||||
package constant
|
||||
|
||||
const CGO_ENABLED = true
|
||||
|
||||
@@ -7,4 +7,5 @@ const (
|
||||
TypeHTTP = "http"
|
||||
TypeMixed = "mixed"
|
||||
TypeShadowsocks = "shadowsocks"
|
||||
TypeTun = "tun"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user