usdservices.in
New member
- Joined
- Feb 18, 2023
- Messages
- 2
Hi,
I am facing issue that, in nginx and apache files, I should ideally get ipv4, ipv6 virtual host entries. somehow once I update build, all ipv6 entries are removed. This is causing all ipv6 communication to fail. has set A,AAAA records properly and need help with any tip to workaround this.
Actual :-
=======================
server
{
listen xx.xx.xx.xx:80;
server_name abc.com www.abc.com ;
=================
Expected :-
==============
server
{
listen xx.xx.xx.xx:80;
listen [ipv6-address]:80;
server_name abc.com www.abc.com ;
=============
Directadmin has registered both ipv4 and ipv6 addresses as well
Please, suggest if anything I am missing or any pointers pls..
Thanks.
I am facing issue that, in nginx and apache files, I should ideally get ipv4, ipv6 virtual host entries. somehow once I update build, all ipv6 entries are removed. This is causing all ipv6 communication to fail. has set A,AAAA records properly and need help with any tip to workaround this.
Actual :-
=======================
server
{
listen xx.xx.xx.xx:80;
server_name abc.com www.abc.com ;
=================
Expected :-
==============
server
{
listen xx.xx.xx.xx:80;
listen [ipv6-address]:80;
server_name abc.com www.abc.com ;
=============
Directadmin has registered both ipv4 and ipv6 addresses as well
Please, suggest if anything I am missing or any pointers pls..
Thanks.