mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 06:28:19 +00:00
Give a more instructive message on DNSBL ban
This commit is contained in:
parent
6718d06de3
commit
d41a6e6878
|
@ -2497,7 +2497,7 @@ int CServer::Run()
|
|||
|
||||
if (m_aClients[ClientID].m_DnsblState == CClient::DNSBL_STATE_BLACKLISTED &&
|
||||
g_Config.m_SvDnsblBan)
|
||||
m_NetServer.NetBan()->BanAddr(m_NetServer.ClientAddr(ClientID), 60*10, "Blacklisted by DNSBL");
|
||||
m_NetServer.NetBan()->BanAddr(m_NetServer.ClientAddr(ClientID), 60*10, "VPN detected, try connecting without. Contact admin if mistaken");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue