forked from External/ergo
review fix
This commit is contained in:
parent
07fe28af95
commit
98b91e7bdd
3 changed files with 10 additions and 4 deletions
|
|
@ -601,6 +601,10 @@ func (server *Server) applyConfig(config *Config) (err error) {
|
|||
newISupportReplies = oldConfig.Server.isupport.GetDifference(&config.Server.isupport)
|
||||
}
|
||||
|
||||
if len(config.Server.ProxyAllowedFrom) != 0 {
|
||||
server.logger.Info("server", "Proxied IPs will be accepted from", strings.Join(config.Server.ProxyAllowedFrom, ", "))
|
||||
}
|
||||
|
||||
// we are now open for business
|
||||
err = server.setupListeners(config)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue