[usr-scripts/wiki] Correction typo ipv6 vo

This commit is contained in:
Lucas Serrano 2015-06-29 17:40:02 +02:00
parent 7762315e30
commit 9788cadfec

View file

@ -22,7 +22,7 @@ def do_register(request):
# TODO : find a cleaner way to get this data # TODO : find a cleaner way to get this data
authorized_ips = [ authorized_ips = [
'2a01:240:fe3d:4:2248cff:fe44:3b70', #vo.v6 '2a01:240:fe3d:4:224:8cff:fe44:3b70', #vo.v6
'2a01:240:fe3d:4:219:bbff:fe3c:4f76', #zamok.v6 '2a01:240:fe3d:4:219:bbff:fe3c:4f76', #zamok.v6
'2a01:240:fe3d:4:0:6cff:fe69:6921', #o2.v6 '2a01:240:fe3d:4:0:6cff:fe69:6921', #o2.v6
] ]