mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 06:08:33 -05:00
[GH-ISSUE #1427] Connect iPhone over Wireguard to Route all Traffic #27523
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).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1427
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...