net/udprelay: remove experimental label from package docs
Update #cleanup Signed-off-by: Jordan Whited <jordan@tailscale.com>
This commit is contained in:
committed by
Jordan Whited
parent
85906b61f4
commit
f0ba1f3909
@@ -1,9 +1,9 @@
|
||||
// Copyright (c) Tailscale Inc & contributors
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
// Package udprelay contains constructs for relaying Disco and WireGuard packets
|
||||
// between Tailscale clients over UDP. This package is currently considered
|
||||
// experimental.
|
||||
// Package udprelay contains a relay server implementation for relaying Disco
|
||||
// and WireGuard packets between Tailscale clients over UDP. This relay
|
||||
// functionality is also known as Tailscale Peer Relays.
|
||||
package udprelay
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user