mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-10 14:46:17 +02:00
net/udprelay: remove experimental label from package docs
Update #cleanup Signed-off-by: Jordan Whited <jordan@tailscale.com>
This commit is contained in:
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 (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user