We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e25c3e commit 70ddfceCopy full SHA for 70ddfce
1 file changed
bin/sdns.py
@@ -64,7 +64,7 @@ def get_local_ip():
64
socket.inet_ntoa(namestr[i+20:i+24]))
65
for i in range(0, outbytes, struct_size)]
66
67
-def prepare_ip_blacklist(amapping_blacklist, ip_list):
+def prepare_ip_blacklist(amapping_blacklist, Amapping):
68
def task(amapping_blacklist, ip_list):
69
while True:
70
for ip in ip_list:
0 commit comments