tailscale: 1.90.9 -> 1.92.3
tailscale (1.92.3)
* Fix panic in client during automatic WireGuard configuration.
tailscale (1.92.1)
* Feature: Support PROXY protocol in Tailscale Funnel and Serve to forward client source IP and port.
* Feature: Add support for static Peer Relay endpoints via 'tailscale set --relay-server-static-endpoints'.
* Feature: Add support for Workload Identity Federation authentication in 'tailscale up' via '--client-id' and '--id-token' flags.
* Feature: Allow configuring remote targets as destinations for Tailscale Services.
* Improvement: Enhance Peer Relay connection reliability by sending multiple forward bind packets per handshake.
* Improvement: Include more candidate IP:port pairs in Peer Relay endpoint advertisements.
* Improvement: Automatically record node peer information in network flow logs.
* Improvement: Stabilize JSON output format for 'tailscale lock log'.
(cherry picked from commit 7e7d0c93f8)
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "tailscale";
|
||||
version = "1.90.9";
|
||||
version = "1.92.3";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
@@ -35,10 +35,10 @@ buildGoModule (finalAttrs: {
|
||||
owner = "tailscale";
|
||||
repo = "tailscale";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-gfpjP1i9077VR/sDclnz+QXJcCffuS0i33m75zo91kM=";
|
||||
hash = "sha256-6dE3kgYABAVtrAjGWnWZ3X4Aq7yJagxNEk6BSyIC3Yk=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-AUOjLomba75qfzb9Vxc0Sktyeces6hBSuOMgboWcDnE=";
|
||||
vendorHash = "sha256-jJSSXMyUqcJoZuqfSlBsKDQezyqS+jDkRglMMjG1K8g=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
makeWrapper
|
||||
|
||||
Reference in New Issue
Block a user