sing-box/experimental/libbox/setup.go

8 lines
121 B
Go
Raw Normal View History

2022-10-25 04:55:00 +00:00
package libbox
import C "github.com/sagernet/sing-box/constant"
func SetBasePath(path string) {
C.SetBasePath(path)
}