mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-11 10:10:28 +08:00
WAF规则中国家/地区、省份、城市、ISP增加候选项检索和选择
This commit is contained in:
@@ -25,6 +25,10 @@ func init() {
|
||||
Post("/hideTip", new(HideTipAction)).
|
||||
Post("/theme", new(ThemeAction)).
|
||||
Post("/validateIPs", new(ValidateIPsAction)).
|
||||
Post("/providerOptions", new(ProviderOptionsAction)).
|
||||
Post("/countryOptions", new(CountryOptionsAction)).
|
||||
Post("/provinceOptions", new(ProvinceOptionsAction)).
|
||||
Post("/cityOptions", new(CityOptionsAction)).
|
||||
EndAll()
|
||||
|
||||
// 开发环境下总是动态加载,以便于调试
|
||||
|
||||
Reference in New Issue
Block a user