mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-02-18 05:55:37 +08:00
用户系统可以切换CDN和智能DNS
This commit is contained in:
12
pkg/userconfigs/user_modules.go
Normal file
12
pkg/userconfigs/user_modules.go
Normal file
@@ -0,0 +1,12 @@
|
||||
// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn .
|
||||
|
||||
package userconfigs
|
||||
|
||||
type UserModule = string
|
||||
|
||||
const (
|
||||
UserModuleCDN UserModule = "cdn"
|
||||
UserModuleNS UserModule = "ns"
|
||||
)
|
||||
|
||||
var DefaultUserModules = []UserModule{UserModuleCDN}
|
||||
Reference in New Issue
Block a user