https 节点检测

This commit is contained in:
2025-01-08 14:41:07 +08:00
commit fee0c7d845
15 changed files with 512 additions and 0 deletions

7
global/var.go Normal file
View File

@@ -0,0 +1,7 @@
package global
import "httppp/common"
var (
Conf *common.Config
)