Skip to content

Commit eb43bd2

Browse files
committed
add README
1 parent 34b841c commit eb43bd2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
This is a reimplementation of the netstat-nat[1] tool, written
2+
entirely in Go. It uses the same command line flags and almost the
3+
same output format so it can be used as a drop-in replacement in most
4+
cases.
5+
6+
Differences
7+
-----------
8+
9+
- The original version limits the printed hostnames to fixed width. We
10+
do not.
11+
12+
- The -x flag is a NOOP because we do not limit the length of
13+
hostnames.
14+
15+
- The -N flag is not yet supported.
16+
17+
Links
18+
-----
19+
20+
[1]: http://tweegy.nl/projects/netstat-nat/

0 commit comments

Comments
 (0)