Is this there any kubernetes integration? I like the resource based approach; it would be neat to host or consume resources in kubernetes with this.
Show HN: Pangolin: Open-source identity-based VPN (Twingate/Zscaler alternative)
21–30 of 30 posts
Re: Show HN: Pangolin: Open-source identity-based VPN (Twingate/Zscaler alternative)
#22Re: Show HN: Pangolin: Open-source identity-based VPN (Twingate/Zscaler alternative)
#23Co-maintainer here: we also did this cool thing where we reused the same go codebase across our clients. We have a go package called olm (on our Github and following our animal theme) that implements all of the VPN capabilities. It creates the tunnel, monitors the peers, syncs with the Pangolin server. This itself is a binary that can run on its own as like our own little VPN kernel module - then in the different app…
Re: Show HN: Pangolin: Open-source identity-based VPN (Twingate/Zscaler alternative)
#24Re: Show HN: Pangolin: Open-source identity-based VPN (Twingate/Zscaler alternative)
#25So, can I connect an on-prem instance to LDAP for authentication/authorization? I didn't find the word LDAP anywhere when searching the docs.
Re: Show HN: Pangolin: Open-source identity-based VPN (Twingate/Zscaler alternative)
#26Re: Show HN: Pangolin: Open-source identity-based VPN (Twingate/Zscaler alternative)
#27Thank you, great product, can only recommend it! I've been self-hosting it since last year to access my jellyfin home-server from the web. Set up was easy and I never had any issues.
Last time i looked into it i saw zero information in the docs about network performance and what to expect. Which was surprising.
Re: Show HN: Pangolin: Open-source identity-based VPN (Twingate/Zscaler alternative)
#28Tailscale has LONG used Pangolins as a mascot (https://tailscale.com/blog/network-pangolins). They even run a "Pangolin Enthusiast" website (https://tailandscales.com/) that is essentially a demo site for their tutorials. This is an animal with a tail and scales! The branding is very good.
You clearly chose this name to deliberately create brand confusion with Tailscale, and to derail some of their marketing and community branding in your favor. That's scummy behavior by developers who don't have anything to offer but a copy of someone else's work.
If am going to choose between Tailscale, and a project opportunistically attempting to impersonate Tailscale, why would I ever choose the scummy impersonator?
Re: Show HN: Pangolin: Open-source identity-based VPN (Twingate/Zscaler alternative)
#29Co-maintainer here: we also did this cool thing where we reused the same go codebase across our clients. We have a go package called olm (on our Github and following our animal theme) that implements all of the VPN capabilities. It creates the tunnel, monitors the peers, syncs with the Pangolin server. This itself is a binary that can run on its own as like our own little VPN kernel module - then in the different app…
Re: Show HN: Pangolin: Open-source identity-based VPN (Twingate/Zscaler alternative)
#30The NAT hole-punching with WireGuard for P2P connections is interesting. Do you handle cases where both sides are behind symmetric NATs? That's historically been the hardest case for hole-punching, and most solutions end up falling back to relay servers anyway (which defeats the purpose of avoiding centralized traffic).
Also curious about the connector deployment model — is it one connector per resource, or can a single connector bridge multiple resources in the same network segment?