mirror of
https://github.com/tailscale/tailscale.git
synced 2026-03-30 12:13:59 -04:00
tsnet/tsnet.go: fix docs link (#19136)
Fixes #19135 Signed-off-by: Walter Poupore <walterp@tailscale.com>
This commit is contained in:
@@ -2032,7 +2032,7 @@ func (s *Server) GetRootPath() string {
|
||||
// Packets will be written to the pcap until the process exits. The pcap needs a Lua dissector
|
||||
// to be installed in WireShark in order to decode properly: wgengine/capture/ts-dissector.lua
|
||||
// in this repository.
|
||||
// https://tailscale.com/kb/1023/troubleshooting/#can-i-examine-network-traffic-inside-the-encrypted-tunnel
|
||||
// https://tailscale.com/docs/reference/troubleshooting/network-configuration/inspect-unencrypted-packets
|
||||
func (s *Server) CapturePcap(ctx context.Context, pcapFile string) error {
|
||||
stream, err := s.localClient.StreamDebugCapture(ctx)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user