mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 12:55:03 -05:00
Connect iPhone over Wireguard to Route all Traffic #652
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @robotsox on GitHub (Sep 7, 2025).
Hi,
I connected my iPhone successfully to my Pangolin Instance over WireguardClient.
Now i edited the AllowdIps to 0.0.0.0/0 to route all traffic through the tunnel.
Is there any NAT Setting to set because the internet access is not working through the tunnel.
@oschwartz10612 commented on GitHub (Sep 7, 2025):
Hi!
This is not quite possible right now. We may add support in the future -
but Pangolin is not designed to be a general purpose egress VPN, but
rather a tunneled proxy ingress service. Sites are really for exposing
things at URLs publicly into the network.
That being said there have been some requests about this - we may do it
sometime but maybe not yet...