v3.39.1

passteque/gluetunv3.39.1Sep 29, 2024by qdm12

AI Summary

Bugfix release addressing firewall rules, control server auth, and server data parsing issues.

Key Highlights

  • Fixed firewall chain deletion by line number
  • Control server now requires authentication for vulnerable routes
  • Fixed NordVPN region values by removing commas
  • Fixed IVPN city parsing by splitting city and region

Breaking Changes

  • Control server now requires authentication (introduced in v3.40.0)

Full Release Notes

🎥 https://youtu.be/O09rP1DlcFU?si=qPdzWUWnzciNxAc7

## Fixes

- Firewall: delete chain rules by line number (#2411)
- Control server: require authentication for vulnerable routes (#2434)
- NordVPN: remove commas from region values
- IVPN: split city into city and region
  - Fix bad city values containing a comma
  - update ivpn servers data
- Private Internet Access: support port forwarding using custom Wireguard (#2420)
- ProtonVPN: prevent using FREE_ONLY and PORT_FORWARD_ONLY together (see #2470)
- `internal/storage`: add missing selection fields to build `noServerFoundError` (see #2470)