mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
Attempted fix for ticket #656 (failes to acknowledge physical blacklists)
This commit is contained in:
parent
09e4ab9aa1
commit
7e2d614975
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue