How would I, in Apache, allow only IPv6 addresses to access my site?
This does not work:
order deny,allow
deny from all
allow from ::/0
It says "The specified network mask is invalid."
Reference:
order deny,allow
deny from all
allow from 2000::/3
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With