Cannot access tunnel
Hi all I have tried creating a tunnel with the purpose of creating an api that I should be able to access from anywhere. I have a tunnel setup as shown. This is my config for the tunnel running on my raspberrypi
GNU nano 7.2 /root/.cloudflared/config.yml
tunnel: tunnelid
credentials-file: /root/.cloudflared/tunnelid.json
ingress:
sudo cloudflared tunnel run tunnelid
I have code that gets data with SELECT * from test_db and it successfully does when I go to 192.168.0.168:5000 on my local network. However when I go to api.mydomainname.com I get an error 1033
Im in desperate help please.
GNU nano 7.2 /root/.cloudflared/config.yml
tunnel: tunnelid
credentials-file: /root/.cloudflared/tunnelid.json
ingress:
- hostname: api.domainname.com
service: http://192.168.0.168:5000 - service: http_status:404
sudo cloudflared tunnel run tunnelid
I have code that gets data with SELECT * from test_db and it successfully does when I go to 192.168.0.168:5000 on my local network. However when I go to api.mydomainname.com I get an error 1033
Im in desperate help please.


