Cloudflared routes tunnel to irrelevant domain: pre-http.cc -> pre-http.cc.*be-political.org*
This behavior makes absolutely no sense for it to resolve as a subdomain of something not mentioned in the parameters
2024-08-28T02:51:09Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:3003: connect: connection refused" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3003--network host on the docker run command to use the host network 

cloudflared tunnel route dns main pre-http.cc
2024-08-28T03:10:20Z INF Added CNAME pre-http.cc.be-political.org which will route to this tunnel tunnelID=afa25c50-1ec5-4711-abda-3ab17cb098e52024-08-28T02:51:09Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:3003: connect: connection refused" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3003--network hostconst app = require("express")();
app.get("/*", (request, response) => {
response.send(request.url)
})
app.listen(3003)