Auto detect if need country group

This commit is contained in:
2024-10-01 01:27:22 +08:00
parent a1dcc1867f
commit 59a258f4ef
10 changed files with 183 additions and 1239 deletions

6
constant/placeholder.go Normal file
View File

@ -0,0 +1,6 @@
package constant
const (
AllCountryTags = "<all-country-tags>"
AllProxyTags = "<all-proxy-tags>"
)