sing-box/experimental/libbox/setup.go
2023-02-20 11:07:49 +08:00

8 lines
121 B
Go

package libbox
import C "github.com/sagernet/sing-box/constant"
func SetBasePath(path string) {
C.SetBasePath(path)
}