Module to check whether an IP address or hostname belongs to popular cloud providers https://github.com/blacklanternsecurity/cloudcheck
2 lines
74 B
Nix
2 lines
74 B
Nix
{ python3Packages }: with python3Packages; toPythonApplication cloudcheck
|