direct but proxy types

This commit is contained in:
Xhofe
2022-02-24 16:25:17 +08:00
parent f9f92e2198
commit 94d5b5e47e
5 changed files with 21 additions and 11 deletions

View File

@ -93,6 +93,10 @@ func LoadSettings() {
if err == nil {
conf.TextTypes = strings.Split(textTypes.Value, ",")
}
dProxyTypes, err := GetSettingByKey("d_proxy types")
if err == nil {
conf.DProxyTypes = strings.Split(dProxyTypes.Value, ",")
}
// html
favicon, err := GetSettingByKey("favicon")
if err == nil {