Add libbox wrapper

This commit is contained in:
世界
2022-10-25 12:55:00 +08:00
parent f9adec2f5b
commit 644153d61f
30 changed files with 829 additions and 100 deletions

View File

@@ -0,0 +1,7 @@
package libbox
import C "github.com/sagernet/sing-box/constant"
func SetBasePath(path string) {
C.SetBasePath(path)
}