1.9.2
fosrl/pangolin1.9.2Jun 11, 2026by oschwartz10612
AI Summary
Introduces managed geoblocking and fixes exit node registration, requiring configuration changes.
Key Highlights
- Bug fixes for registering exit nodes
- Managed geoblocking
Breaking Changes
- Requires Traefik proxy protocol configuration update for managed nodes using Gerbil 1.2.1
New Features
- Managed geoblocking
Full Release Notes
## What's Changed
* Bug fixes for registering exit nodes
* Managed geoblocking
### BREAKING
If you are on a managed node and update Gerbil to 1.2.1 you need to allow the proxy protocol with something like the following in your `config/traefik_config.yml`
```yaml
websecure:
proxyProtocol:
trustedIPs:
- 0.0.0.0/0
- ::1/128
```
**Full Changelog**: https://github.com/fosrl/pangolin/compare/1.9.1...1.9.2
## 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](https://docs.digpangolin.com/self-host/how-to-update)