mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-24 11:08:35 +00:00
Merge pull request #6964
5090cdc p2p: remove banned peers from the white list (moneromooo-monero)
This commit is contained in:
commit
9f68111b69
@ -245,6 +245,10 @@ namespace nodetool
|
||||
zone.second.m_net_server.get_config_object().close(c);
|
||||
|
||||
conns.clear();
|
||||
|
||||
peerlist_entry pe{};
|
||||
pe.adr = addr;
|
||||
zone.second.m_peerlist.remove_from_peer_white(pe);
|
||||
}
|
||||
|
||||
MCLOG_CYAN(el::Level::Info, "global", "Host " << addr.host_str() << " blocked.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user