1
mirror of git://git.acid.vegas/IRCP.git synced 2024-11-22 16:06:41 +00:00

Comment out IPv6 donotscan until we have IPv6 support

This commit is contained in:
Dionysus 2023-05-29 16:31:36 -04:00
parent 47f76b8717
commit cfa0e3c2bb
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

10
ircp.py
View File

@ -37,11 +37,11 @@ donotscan = (
'5.9.164.48', '5.9.164.48',
'45.32.74.177', '45.32.74.177',
'149.248.55.130', '149.248.55.130',
'104.238.146.46', '104.238.146.46'
'2001:19f0:6001:1dc::1', #'2001:19f0:6001:1dc::1',
'2001:19f0:b001:ce3::1', #'2001:19f0:b001:ce3::1',
'2a01:4f8:160:2501:48:164:9:5', #'2a01:4f8:160:2501:48:164:9:5',
'2001:19f0:6401:17c::1' #'2001:19f0:6401:17c::1'
) )
snapshot = { snapshot = {