Fix convert root domain

This commit is contained in:
世界
2022-07-07 23:38:22 +08:00
parent d80854f857
commit 9058c3c775
5 changed files with 21 additions and 13 deletions

6
.github/update_dependencies.sh vendored Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
PROJECTS=$(dirname "$0")/../..
go get -x github.com/sagernet/sing-box@$(git -C $PROJECTS/sing-box rev-parse HEAD)
go mod tidy