cloudgoat
cloudgoat copied to clipboard
Force config whitelist --auto to use IPv4
Currently ./cloudgoat.py config whitelist --auto
breaks when IPv6 is available.
This monkey patches the requests library to force use of IPv4. This should be ok since the scenarios don't support IPv6 currently, we may want to change this if support is added in the future however.