Replies: 2 comments 7 replies
-
|
The issues is because Newt uses wireguard and WG ports for it's initial set up when initiated. And the proxy service offered by cloudflare wont pass that port through their proxy service, so this is why you have to deactivate the proxy. https://developers.cloudflare.com/fundamentals/reference/network-ports/ I ran into this after I originally set my pangolin service up also. I tried a bunch of things like trying to use my public IP in place of my pangolin.mywebsite.com when setting up newt, but I wasn't able to ever get around it. if you set everything up as they recommend, where you have pangolin.mywebsite.com and the wildcard *.mywebsite.com, you can turn on the proxy service for the wildcard entry, assuming you're not passing anything though it other than basic interfaces. I do believe if you use a wireguard connection instead of newt you wont run into this, but that comes with it's level of knowing how to set it up. You could also set up tailscale on your home network and set up advertised routes, then set up tailscale on your VPS (I'm assuming pangolin is on a VPS) then set up a local site with no tunneling, but still aim all your resources at your local IP addresses. As no wireguard requests are being sent to your main domain (or even you public IP, for that matter) i can't see why you shouldn't be able to turn on the proxy service for your main domain. I may play with this idea later. |
Beta Was this translation helpful? Give feedback.
-
|
Usually you can get around this by using the IP of the pangolin server
NOT the domain name as the base_endpoint: in the config.yml file.
Restart and newt wont connect through cloudlfare.
|
Beta Was this translation helpful? Give feedback.





Uh oh!
There was an error while loading. Please reload this page.
-
Took me quite some time to figure this out but for my self hosted pangolin server turns out for my cloudflare domain sites only work when I don't have the dns proxied otherwise it can't connect. Any advice on getting around this to keep my orange cloud cloudflare benefits?
Beta Was this translation helpful? Give feedback.
All reactions