新增代理服务与边缘节点注册功能

This commit is contained in:
2025-05-13 18:48:17 +08:00
parent 536f36ae02
commit d69a77df38
17 changed files with 573 additions and 203 deletions

3
client/geo/geo.go Normal file
View File

@@ -0,0 +1,3 @@
package geo
type Func func() (prov, city, isp string, err error)