Rename "realIP" to "ip" in WhoWas struct.

It could be the real IP or the proxied IP.
This commit is contained in:
Alex Jaspersen 2021-06-20 11:13:18 -07:00
parent e5c2588eab
commit b6264a43b6
3 changed files with 3 additions and 3 deletions

View file

@ -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