Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 579 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 579 Bytes

netstat-nat

This is a reimplementation of the netstat-nat tool, written entirely in Go. It uses the same command line flags and almost the same output format so it can be used as a drop-in replacement in most cases.

Install

go get honnef.co/go/netstat-nat

Usage

$GOPATH/bin/netstat-nat --help

Differences

  • The original version limits the printed hostnames to fixed width. We do not.

  • The -x flag is a NOOP because we do not limit the length of hostnames.

  • The -N flag is not yet supported.