Hello,
Could someone help with a backend server question? Our servers are dual stack machines with both IPv4/IPv6 addresses. For example, one of them has: IPv4 address 131.225.69.84<https://131.225.69.84> IPv6 address 2620:6a:0:4812:f0:0:69:84 If I want the server to accept both IPv4 and IPv6 requests (some of the clients only have IPv6 addresses), what should I put in the [IPADDRESS]? -------------------------------------------------------------------------------------- backend webdav1 balance roundrobin mode tcp server server1 [IPADDRESS]:8000 check -------------------------------------------------------------------------------------- Or, I need have two backends, one for IPv4 (webdav1ipv4), another for IPv6(webdav1ipv6)? Thanks in advice for any advice on this. Regards, Yujun