forked from External/ergo
more informative IP connection logline
This commit is contained in:
parent
0f7d58b1c5
commit
d562c6d25a
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,7 @@ func (server *Server) RunClient(conn IRCConn) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
server.logger.Info("connect-ip", fmt.Sprintf("Client connecting from %v", realIP))
|
server.logger.Info("connect-ip", fmt.Sprintf("Client connecting: real IP %v, proxied IP %v", realIP, proxiedIP))
|
||||||
|
|
||||||
now := time.Now().UTC()
|
now := time.Now().UTC()
|
||||||
config := server.Config()
|
config := server.Config()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue