mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-01 00:44:25 +03:00
Add resolver for inbound
This commit is contained in:
3
constant/cgo.go
Normal file
3
constant/cgo.go
Normal file
@@ -0,0 +1,3 @@
|
||||
package constant
|
||||
|
||||
const CGO_ENABLED = true
|
||||
5
constant/cgo_disabled.go
Normal file
5
constant/cgo_disabled.go
Normal file
@@ -0,0 +1,5 @@
|
||||
//go:build !cgo
|
||||
|
||||
package constant
|
||||
|
||||
const CGO_ENABLED = false
|
||||
Reference in New Issue
Block a user