tsnet/tsnet.go: fix docs link (#19136)
Fixes #19135 Signed-off-by: Walter Poupore <walterp@tailscale.com>
This commit is contained in:
+1
-1
@@ -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
|
// 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
|
// to be installed in WireShark in order to decode properly: wgengine/capture/ts-dissector.lua
|
||||||
// in this repository.
|
// 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 {
|
func (s *Server) CapturePcap(ctx context.Context, pcapFile string) error {
|
||||||
stream, err := s.localClient.StreamDebugCapture(ctx)
|
stream, err := s.localClient.StreamDebugCapture(ctx)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user