Hello,
I use actually ngnix as reverse pxy to access on my ipv6 only vps from ipv4.
nginx resolv the ipv6 hostname and if the ipv6 is into the vps ipv6 range it acces to it.
I have actually this code:
- resolver X.X.X.X ipv6=on;
I need:
- resolver X.X.X.X ipv6=ipv6only;
Mean use ipv4 o ipv6 udp packet but resolv only the AAAA address and do an host not found if only the A address is found.
Cheers,
Developer of Ultracopier/Supercopier and of the game CatchChallenger