ipv6 listener won't work behind cloudflare

#1
I have the ipv6 listener on. I have cloudflare DNS AAAA entry pointing to my servers ipv6 address. However the site just won't load over ipv6 when behind cloudflare. I can access the site using the ipv6 address directly so i guess the listener is working.
 
#3
I got it to work. You have to run an ipv4 listener and ipv6 listener both on OLS. Your cloudflare entries need an A entry and AAAA entry. Then cloudflare will prioritize ipv4 over ipv6.
 
Top