mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 20:37:37 +03:00
Add libbox wrapper
This commit is contained in:
parent
86e55c5c1c
commit
222196b182
30 changed files with 829 additions and 100 deletions
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)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue