mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-18 10:46:33 +00:00
Attempted fix for ticket #656 (failes to acknowledge physical blacklists)
This commit is contained in:
parent
09e4ab9aa1
commit
7e2d614975
@ -2279,6 +2279,8 @@ public:
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
if (gbl) {
|
||||
for(std::vector<InetAddress>::const_iterator a(gbl->begin());a!=gbl->end();++a) {
|
||||
if (a->containsAddress(*reinterpret_cast<const InetAddress *>(remoteAddr)))
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user