Add libbox wrapper
This commit is contained in:
7
experimental/libbox/setup.go
Normal file
7
experimental/libbox/setup.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package libbox
|
||||
|
||||
import C "github.com/sagernet/sing-box/constant"
|
||||
|
||||
func SetBasePath(path string) {
|
||||
C.SetBasePath(path)
|
||||
}
|
||||
Reference in New Issue
Block a user