We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b841c commit eb43bd2Copy full SHA for eb43bd2
README
@@ -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