Skip to content

dominikh/netstat-nat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages