We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 729865d commit 88d9437Copy full SHA for 88d9437
icedns.py
@@ -24,7 +24,7 @@ def lookup():
24
exit(0)
25
# Else return False
26
except Exception as e:
27
- print(ip, 'is not an .is IP -', format(e))
+ print(ip, 'not found at .iceland.rix.is ->', format(e))
28
exit(1)
29
30
0 commit comments