Connect with the Workers Community on the Developers Discord, https://discord.cloudflare.com
My current setting are as follows
subdomain.domain.com
Type : TCP
URL : 172.168.215.100:6379
locally , i can access my redis via 172.168.215.10:6379 but i can’t seem to connect it from a domain , please advice on the configuration to make this possible.
I’m currently running cloudflared via docker and it’s working alright for http connections.
A few things i’ve tried
- Not including port under URL
- Http connection (but redis uses tcp)
Thanks in advance!