mirror of
https://github.com/nitezs/sub2sing-box.git
synced 2024-12-23 14:04:41 -05:00
7 lines
104 B
Go
7 lines
104 B
Go
|
package constant
|
||
|
|
||
|
const (
|
||
|
AllCountryTags = "<all-country-tags>"
|
||
|
AllProxyTags = "<all-proxy-tags>"
|
||
|
)
|