Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Changes: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijenbergh committed Oct 29, 2024
1 parent 92c019a commit 3479975
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
- Cleanup function comments
* Util:
- Add a function to calculate the gateway address for a given IPv4/IPv6 subnet
* ProxyGuard:
- Updated to the latest version
- API breakage:
- `StartProxyguard` function has been removed, use `NewProxyguard` instead
- `NewProxyguard` function has been added which returns a ProxyGuard instance
- `ProxyguardTunnel` to establish a tunnel for an existing ProxyGuard instance
- `ProxyguardPeerIPs` to get the Peer IPs ProxyGuard will attempt to connect to
- types.Server.Proxy JSON no longer returns `listen` but `listen_port`
* HTTP: Enforce TLS >= 1.3 transport
* Exports: Add tests to test the public API
* Translations: Update from Weblate

# 2.1.0 (2024-07-25)
* Discovery:
Expand Down

0 comments on commit 3479975

Please sign in to comment.