github fosrl/pangolin 1.14.0

6 hours ago

What's Changed

New Contributors

Full Changelog: 1.13.1...1.14.0

Recommended Versions

Pangolin is backward compatible with older versions of its components. However, access to new features requires that all components be updated to their latest versions. We strongly recommend keeping everything up to date to ensure you benefit from the newest functionality, improvements, and fixes.

  • Pangolin 1.14.0+
  • Badger 1.3.1+
  • Gerbil 1.3.0+
  • Olm 1.3.0+
    • Note: If you're using a client for macOS, Windows, or Pangolin CLI, simply update to the latest versions.
  • Newt 1.8.0+

How to Update

Important

Always back up your config app-data before updating. This will allow you to easily roll back if the update breaks your configuration. You will not be able to easily downgrade otherwise.

View documentation

Badger Supports Real IP with Cloudflare Proxy

Badger 1.3.0 supports pulling the real IP when behind the Cloudflare Proxy. Support for this is enabled by default. Read more in the Badger release notes.

Port Firewalling and ICMP Ping Support in Private Resources

Private resources now support more granular access controls for ports and protocols. For TCP and UDP traffic, you can choose to allow all ports, block all ports, or define a specific set of allowed ports and port ranges.

In addition, private resources now support ICMP ping. Previously, ICMP traffic was always blocked, preventing you from using tools like ping to test connectivity. With this update, ICMP ping is enabled by default and can also be disabled at any time through the resource’s firewall settings.

image

Wildcard Alias

Private resources now support wildcard DNS aliases. Instead of defining a single, explicit alias, you can now use a wildcard like *.vpn.internal, which will resolve all matching subdomains to the destination host.

This is useful, for example, when running a reverse proxy (such as Traefik) alongside the site connector (Newt). Multiple services can be routed by hostname and served over HTTPS with valid certificates, while remaining accessible only privately over the tunnel.

Use Private DNS Servers with Pangolin Clients

Pangolin clients on Windows, macOS, and Linux now support routing DNS queries through the secure tunnel. This allows you to configure a self-hosted or private DNS server that the client will use whenever it is connected.

When this feature is enabled, all DNS resolution is performed over the tunnel instead of the local network. As long as you have a private resource configured that grants the client access to the DNS server, queries will be securely resolved within your private infrastructure.

To use this feature, please update your client to the latest available versions.

Don't miss a new pangolin release

NewReleases is sending notifications on new releases.