change the Host value in http request header

This commit is contained in:
Maodanping
2016-07-24 15:00:18 +08:00
parent 4067591a4d
commit e0f2993b70
7 changed files with 165 additions and 9 deletions

View File

@@ -22,4 +22,7 @@ type BaseConf struct {
UseGzip bool
PrivilegeMode bool
PrivilegeToken string
ClientIp string
ClientPort int64
ServerPort int64
}