CloudFlare redirects to a specific port
I have a VPS running on Debian 8 where I have several Django apps running under http://[IPv6]:8000
and http://[IPv6]:8080
and I want the CloudFlare DNS system to redirect from http://www.example.com
to one of these addresses to a different port than 80. The redirect to is http://[IPv6]
ok, but when i try to redirect to another port it throws an error.
Thank!
+3
source to share
1 answer
You can try SRV records, however Cloudflare won't proxy very many ports.
https://support.cloudflare.com/hc/en-us/articles/200169156-Which-ports-will-Cloudflare-work-with-
+2
source to share