This repository has been archived on 2020-03-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
quay/util/ipresolver
Kenny Lee Sin Cheong fc67bbd0a6
IPResolver: fix unreachable code (#3267)
* Fix unreachable code

_get_aws_ip_ranges handles missing file exceptions and returns None,
so the excepttion handling block in the UpdateIPRange thread is never reached.

* Test for missing range file in resolver thread
2018-10-12 10:24:28 -04:00
..
test IPResolver: fix unreachable code (#3267) 2018-10-12 10:24:28 -04:00
__init__.py IPResolver: fix unreachable code (#3267) 2018-10-12 10:24:28 -04:00
GeoLite2-Country.mmdb Add IP resolver utility that returns whether an IP is under AWS 2017-09-26 16:11:16 -04:00