Add naiveproxy outbound

This commit is contained in:
世界
2025-12-09 19:31:29 +08:00
parent 76d447d7d9
commit 9ec1549a23
16 changed files with 1213 additions and 453 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
PROJECTS=$(dirname "$0")/../..
git -C $PROJECTS/cronet-go fetch origin go
go get -x github.com/sagernet/cronet-go/all@$(git -C $PROJECTS/cronet-go rev-parse origin/go)
go mod tidy