(domain)
| 1631 | # noinspection PyUnreachableCode |
| 1632 | @staticmethod |
| 1633 | def info(domain): |
| 1634 | with suppress(Exception), get(f"https://ipwhois.app/json/{domain}/") as s: |
| 1635 | return s.json() |
| 1636 | return {"success": False} |
| 1637 | |
| 1638 | |
| 1639 | def handleProxyList(con, proxy_li, proxy_ty, url=None): |
no outgoing calls
no test coverage detected