traceroute

command module
v0.0.0-...-4a1a85b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 28, 2022 License: MIT Imports: 3 Imported by: 0

README

Traceroute in Go

This package is forked originally from traceroute

A traceroute library written in Go.

Must be run as sudo on OS X (and others)?

CLI App

go build main.go -o traceroute
sudo ./main  example.com

Library

See the code in cmd/gotraceroute.go for an example of how to use the library from within your application.

The traceroute.Traceroute() function accepts a domain name and an options struct and returns a TracerouteResult struct that holds an array of TracerouteHop structs.

Resources

Useful resources:

Notes

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package traceroute provides functions for executing a tracroute to a remote host.
Package traceroute provides functions for executing a tracroute to a remote host.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL