diff options
author | d3v1150m471c <d3v11@d3v1150m471c.ano> | 2011-07-10 07:16:47 -0500 |
---|---|---|
committer | d3v1150m471c <d3v11@d3v1150m471c.ano> | 2011-07-10 07:16:47 -0500 |
commit | 6682d93a6ddc22bdc801143521b94790b1a97bd2 (patch) | |
tree | 60c5662741ea1ae8bb1be0a7e269b23acf3083d4 /contrib/peer2anonet/README | |
parent | 0ac1fe1183e5841d15506a56aa1868033a0db2f7 (diff) | |
download | resdb-6682d93a6ddc22bdc801143521b94790b1a97bd2.tar.gz resdb-6682d93a6ddc22bdc801143521b94790b1a97bd2.zip |
peer2anonet changes made:
* parse quicktun.keypair</dev/random directly to seckey variable.
* removed y/n questions with file tests and automatic
configuration.
* README file updated
* ported for autoconfig file pipes
* some security checks created
Diffstat (limited to 'contrib/peer2anonet/README')
-rw-r--r-- | contrib/peer2anonet/README | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/contrib/peer2anonet/README b/contrib/peer2anonet/README index 3ddecd5..8d4e73d 100644 --- a/contrib/peer2anonet/README +++ b/contrib/peer2anonet/README @@ -7,6 +7,8 @@ SYNOPSIS: peer2anonet + -OR- + peer2anonet < autoconfig DESCRIPTION: @@ -50,6 +52,31 @@ INSTALL AND UNINSTALL: make install-deb +USAGE: + You may execute peer2anonet and answer configuration questions + via interface or pipe a file containing the new peering + session's specifications to the executable. peer2anonet has + some security checks but it is highly recommended you check + a autoconfig file manually before using to prevent malicious + attacks. An autoconfig file should be in the following format: + Plain text file, one block of data per line, no spaces, and + without including the following '<-- comments'. + +================== Not Actual Line on File ============================ +anon <--your peer's alias +1.2.3.0 <--your new anonet network address +1.2.3.1 <--your new anonet router address +1.2.3.2 <--your new anonet ip +1001 <--your new anonet client port +1230 <--you new asn +11.22.33.44 <--your peer's remote ip +3.5.7.9 <--your peer's anonet ip +3571 <--your peer's client port +3570 <--your peer's asn +3c6e0b8a9c15224a8228b9a98ca1531d <--your peer's public key +================== Not Actual Line on File ============================ + + CHANGES: Sat Jul 9 06:48:58 CDT 2011 - d3v1150m471c * quicktun's "EXPORT DEBUG=1" removed on peering script. @@ -63,4 +90,15 @@ CHANGES: * bash added to dependencies * file tests with mkdir changed to `mkdir -p`... . * peering file removed, passes directly to run file now. + + Sun Jul 10 05:47:22 CDT 2011 - d3v1150m471c + * makefile changed to Makefile + * parse quicktun.keypair</dev/random directly to seckey variable. + * removed y/n questions with file tests and automatic + configuration. + * README file updated + * ported for autoconfig file pipes + * some security checks created + + |