2024-09-28, 02:49 AM
(This post was last modified: 2024-09-28, 02:50 AM by 4r5hw45twh. Edited 1 time in total.)
So, really weird situation. I am trying to fully self-host everything on a new server (mini PC) I got today. I am using a domain name pointed to my current VPN server's IP and then my Caddyfile on Windows is set up like:
My one Android phone can connect to it when using regular cellular network, and so can my PC that's hosting it at that domain name. However, my friend's iPhone and a 2nd Android phone I have are not connecting. Any idea why that is? Do I have the reverse proxy + VPN setup correctly?
Code:
domainname.com
reverse_proxy 127.0.0.1:8096
My one Android phone can connect to it when using regular cellular network, and so can my PC that's hosting it at that domain name. However, my friend's iPhone and a 2nd Android phone I have are not connecting. Any idea why that is? Do I have the reverse proxy + VPN setup correctly?