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