mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-27 17:28:11 -07:00
Rename "realIP" to "ip" in WhoWas struct.
It could be the real IP or the proxied IP.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user