Let's suppose my IPv6 is 1111:2222:3333:4444:5555:6666:7777:8888
I can write any of these lines in the Apache .htaccess:
Require ip 1111:2222:3333:4444:0000:0000:0000:0000
Require ip 1111:2222:3333:0000::/64
Require ip 1111:2222:0000:0000::/64
Require ip 1111:2222:0000:0000:
I still can access the site. Apache seems to test only the 2 first blocks of IPv6. Did I miss something? How can I really limit to MY IP?