Mercurial > hg > anonet-resdb
diff contrib/peer2anonet/README @ 549:5b5b29f8d8c7 draft
peer2anonet: made some patches to script. see README file for details.
author | d3v1150m471c <d3v11@d3v1150m471c.ano> |
---|---|
date | Sun, 10 Jul 2011 22:41:54 -0500 |
parents | 76d0f12e2125 |
children | 4964136d5043 |
line wrap: on
line diff
--- a/contrib/peer2anonet/README Sun Jul 10 21:42:44 2011 -0500 +++ b/contrib/peer2anonet/README Sun Jul 10 22:41:54 2011 -0500 @@ -6,10 +6,17 @@ |_| SYNOPSIS: + # Interactive prompt: peer2anonet - -OR- - peer2anonet < autoconfig + + # Accept pipe from file: + peer2anonet < autoconfig.txt + # Accept netcat pipe: + nc -l 1337 | peer2anonet + + # Send a netcat pipe: + nc 1337 192.168.1.0 < autoconfig.txt DESCRIPTION: peer2anonet is an autoconfiguration utility to easily establish a @@ -118,6 +125,11 @@ Sun Jul 10 18:50:31 CDT 2011 - d3v1150m471c * public key prompt altered to avoid complications. + Sun Jul 10 22:01:12 CDT 2011 - d3v1150m471c + * key inputs changed. peer2anonet no longer generates + key pairs so they can be manually created prior to + using peer2anonet, for expedience. +