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:
parent
47f76b8717
commit
cfa0e3c2bb
10
ircp.py
10
ircp.py
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user