diff options
author | d3v11 <d3v11@d3v11.ano> | 2011-07-24 10:28:13 -0500 |
---|---|---|
committer | d3v11 <d3v11@d3v11.ano> | 2011-07-24 10:28:13 -0500 |
commit | f1ce7e30f29281f0244ff16e6dae433e95aeaad6 (patch) | |
tree | 8ebe9ba1959d4bf6f8d244df6aa315fae8470bfd /contrib/peer2anonet/README | |
parent | e71f700a49bc5a5ad0b3d7c7b20330054bc2cf6d (diff) | |
download | resdb-f1ce7e30f29281f0244ff16e6dae433e95aeaad6.tar.gz resdb-f1ce7e30f29281f0244ff16e6dae433e95aeaad6.zip |
restored old resdb from srn and added new changes for tinydns, my git domain, and peer2anonet
Diffstat (limited to 'contrib/peer2anonet/README')
-rw-r--r-- | contrib/peer2anonet/README | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/contrib/peer2anonet/README b/contrib/peer2anonet/README index ba01657..4c977b0 100644 --- a/contrib/peer2anonet/README +++ b/contrib/peer2anonet/README @@ -16,7 +16,7 @@ SYNOPSIS: nc -l 1337 | peer2anonet # Send a netcat pipe: - nc 192.168.1.0 1337 < autoconfig.txt + nc 1337 192.168.1.0 < autoconfig.txt DESCRIPTION: peer2anonet is an autoconfiguration utility to easily establish a @@ -73,23 +73,14 @@ USAGE: anon <--your peer's alias 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 ============================ At your discretion, you may exclude the public key from the bottom of an autoconfig file and post installation of your new - peer service, peer2anonet will prompt for it. PLEASE NOTE: - peer2anonet will set client ports for peering as: - - #REMOTE: - 2<last four of your asn>. - - #LOCAL: - 2<last four of your peer's asn>. - - If you need to change the ports, go to: - /services/$PEERNAME/run and change the values. + peer service, peer2anonet will prompt for it. CHANGES: @@ -141,10 +132,10 @@ CHANGES: data pertaining to his/her system in order for you to configure a new peering session, or vice versa. - Thu Jul 14 09:09:07 CDT 2011 - d3v1150m471c - * client local/remote ports simplified using peers' asn's. - see above for details. - + Sun Jul 17 22:21:05 CDT 2011 - d3v11 + * fixed bird.conf bug + * fixed bird protocol bug + * patched security for-loops |