We encounter a warning when running cloudmare with the following command & args:
cloudmare example.com --subdomain
Error encountered:
/usr/share/cloudmare/lib/tools/netcat.py:15: SyntaxWarning: "is" with a literal. Did you mean "=="?
ip = socket.gethostbyname(str(ns)) if count is 0 else str(A)
Hi!
We encounter a warning when running cloudmare with the following command & args:
Error encountered:
Cheers!