How to use cloudflare tunnel for udp traffic? is it possible?
.


pterodactyl-cloudflare-tunnel:
image: cloudflare/cloudflared:latest
command: tunnel --no-autoupdate run --token ${PTERODACTYL_CLOUDFLARE_TUNNEL_TOKEN}
depends_on:
- panel
networks:
- pterodactyl
- pterodactyl_nw
env_file:
- .env