new: Extensions v0

This commit is contained in:
x
2024-09-26 23:16:20 +02:00
parent a4caf23ee6
commit 0f9f6689b1
40 changed files with 19948 additions and 1675 deletions

View File

@@ -6,12 +6,13 @@ import (
"path/filepath"
"github.com/hiddify/hiddify-core/config"
_ "github.com/sagernet/gomobile"
"github.com/sagernet/sing-box/option"
)
func Setup() error {
// return config.StartGRPCServer(7078)
// return v2.Start(17078)
return nil
}