mirror of https://github.com/fail2ban/fail2ban
ENH: more ipv6 exemplar addresses to test
parent
f49067bb35
commit
6a1bf30cf5
|
@ -609,6 +609,12 @@ class DNSUtilsTests(unittest.TestCase):
|
|||
'1.2.3.4',
|
||||
'1.2.3.255',
|
||||
'255.255.255.255',
|
||||
'2001:0:0:0:0:0:0:3F',
|
||||
'2001::3F',
|
||||
'0:0:0:0:0:0:0:1',
|
||||
'::1',
|
||||
'2001::1:0:0:0:3F',
|
||||
'2001:0:0:1::3F'
|
||||
]
|
||||
_ips_nets = [
|
||||
'1.2.3.0/24',
|
||||
|
|
Loading…
Reference in New Issue