Tunnels

I am currently trying to self host Revolt with a cloudflare tunnel my issue is revolt puts out a weird host name and port i think and im trying to get it to work and i changed some dns and now the entire tunnel is not working.
5 Replies
Bird
BirdOP5mo ago
No description
No description
No description
Bird
BirdOP5mo ago
No description
Laudian
Laudian5mo ago
You can't haven the hostname nexlo.org point to the service http://nexlo.org - the service should be the local address (usually 127.0.0.1 or localhost). Also, you should have the UUID behind tunnel:, not the name.
Bird
BirdOP5mo ago
in what software? cloudflare or Rovolt? how do i fix the uuid one?
Viktor
Viktor5mo ago
The uuid is right, no need to change that. The uuid means that traffic will be send through the tunnel. But when it arrives at your local network, it'd be send to http://nexlo.org again - which is the cloudflare ip. Cloudflare sends it in your tunnel again, your device would forward it to nexlo.org again, Cloudflare tunnel again, your device... etc. You need to change your local config to not send things again through the tunnel, but to your local device. Which is, as @Laudian said, a local ip - like http://localhost or (in case your service is on a different host) http://192.168.x.y

Did you find this page helpful?