forked from External/ergo
Rename "realIP" to "ip" in WhoWas struct.
It could be the real IP or the proxied IP.
This commit is contained in:
parent
e5c2588eab
commit
b6264a43b6
3 changed files with 3 additions and 3 deletions
|
|
@ -269,7 +269,7 @@ type WhoWas struct {
|
|||
username string
|
||||
hostname string
|
||||
realname string
|
||||
realIP net.IP
|
||||
ip net.IP
|
||||
// technically not required for WHOWAS:
|
||||
account string
|
||||
accountName string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue