Hello,
I have a VPS with IPV6 connectivity only. I'm not very expert with networking but I'd like to know if it's possibile to make the web server installed on it available to the IPV4 world too.
I can access it via SSH cause I have a IPV6 from Teredo tunneling and I can visit it via browser by using the IPV6 IP directly. I'm using ngnix.
The only way I can think of is if there's a DNS hosting service that allows me to use their service to redirect (internally) IPV4 requests with a provided IPv4 IP to my IPV6 web server so that to the user is like visiting a standard ipv4 site.
Is there a chance or other ways?
thank you