Hostnames bad gateway

Created tunnel and running it on server. when I configure public hostname, the only way I can get it to work is using current local IP. But that is a dynamic IP. When I try to use localhost it no longer works. What am I suppose to do so when the IP changes the whole tunnel doesn't break? Thank you in advance I have been going crazy trying to figure it out all night
2 Replies
Laudian
Laudian20h ago
Is the service even listening on localhost? What does localhost resolve to on the server? Are the tunnel and service "separated" by anythin like a vm or docker that would require rozting?
mw
mwOP15h ago
wow, all it really took was the -network=host arg. Thank you

Did you find this page helpful?