fix(http): fix the problem that ip_header setting does not take effect (#23)

This commit is contained in:
Li4n0
2021-05-28 19:55:44 +08:00
committed by GitHub
parent b945069117
commit 74f512d214
3 changed files with 10 additions and 10 deletions
+5 -5
View File
@@ -24,9 +24,9 @@ type Config struct {
Database string
LogLevel string `yaml:"log_level"`
Notice noticeConfig
rhttp.Config
DNS dns.Config
MySQL mysql.Config
RMI rmi.Config
FTP ftp.Config
HTTP rhttp.Config
DNS dns.Config
MySQL mysql.Config
RMI rmi.Config
FTP ftp.Config
}