host
This commit is contained in:
parent
abf7b6837e
commit
477c04dbbe
server/session
|
@ -16,8 +16,8 @@ var (
|
|||
)
|
||||
|
||||
type AdminHeader struct {
|
||||
Host string `header:"host" json:"-"`
|
||||
Token string `header:"x-token" json:"-"`
|
||||
Host string `header:"x-host" json:"-"`
|
||||
RemoteIp string `header:"x-remote-ip" json:"public_ip"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue