summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authord3v11 <d3v11@d3v11.ano>2011-09-23 01:08:39 -0500
committerd3v11 <d3v11@d3v11.ano>2011-09-23 01:08:39 -0500
commit6f79af55b43892978a4345c7f8baae0bdd48dfce (patch)
treeecd3fa17a3f1b39fc735c36cea4fb51e966f8ecb /doc
parent77dd193a273e5ed01e83bd914ca69b1d88958f4a (diff)
parent670883f6e601388ce56a96bfaa14671174b4fb17 (diff)
downloadresdb-6f79af55b43892978a4345c7f8baae0bdd48dfce.tar.gz
resdb-6f79af55b43892978a4345c7f8baae0bdd48dfce.zip
Merge branch 'master' of git://git1.somerandomnick.ano
Diffstat (limited to 'doc')
-rw-r--r--doc/www.anonet2.org/public_pod/index.pod5
-rw-r--r--doc/www.powerfulproxy.com/public_html/do_it.php9
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/www.anonet2.org/public_pod/index.pod b/doc/www.anonet2.org/public_pod/index.pod
index 349b8b8..e356245 100644
--- a/doc/www.anonet2.org/public_pod/index.pod
+++ b/doc/www.anonet2.org/public_pod/index.pod
@@ -56,6 +56,7 @@ Z<><table>
<tr><td>IRCZ<></td><td>L<SRN3 (tor)|irc://elef7kcrczguvamt.onion/anonet></td><td>L<aaoa|http://www.anonet2.org/irc_anonymity> (Hidden IP, username and realname (note 2))</td></tr>
<tr><td>IRCZ<></td><td>L<SRN4 (tor)|irc://wllef6hh2mt6uoi4.onion/anonet></td><td>L<aaoa|http://www.anonet2.org/irc_anonymity> (Hidden IP, username and realname (note 2))</td></tr>
<tr><td>IRCZ<></td><td>L<SRN6 (tor)|irc://5ziqujry3yknhco2.onion/anonet></td><td>L<aaoa|http://www.anonet2.org/irc_anonymity> (Hidden IP, username and realname (note 2))</td></tr>
+ <tr><td>IRCZ<></td><td>L<sevilNatas (tor)|irc://p4hej3mnyqdtxwiu.onion/anonet></td><td>L<aaoa|http://www.anonet2.org/irc_anonymity> (Hidden IP, username and realname (note 2))</td></tr>
<!--
<tr><td>IRCZ<></td><td>L<UFO|irc://anortr.ucis.nl:8805/anonet></td><td>L<aooo|http://www.anonet2.org/irc_anonymity> (Hidden IP, visible username and realname)</td></tr>
<tr><td>IRCZ<></td><td>L<UFO|irc://irc.kwaaknet.org:6667/anonet></td><td>L<nooo|http://www.anonet2.org/irc_anonymity> (Visible IP, username and realname (warning!))</td></tr>
@@ -103,10 +104,6 @@ need openvpn for this option, but there is no need for routing software.)
=item *
-L<lex's lynx client port|http://lynx.vanet.org/ClientPort>, which also provides connectivity to IPv6 Anonet
-
-=item *
-
It is possible to negotiate your first peering on IRC, completely
bypassing the client port. (For this option you can use quicktun,
openvpn, or tinc. You will also need routing software, for example bird
diff --git a/doc/www.powerfulproxy.com/public_html/do_it.php b/doc/www.powerfulproxy.com/public_html/do_it.php
index 39be1d7..48c128e 100644
--- a/doc/www.powerfulproxy.com/public_html/do_it.php
+++ b/doc/www.powerfulproxy.com/public_html/do_it.php
@@ -30,9 +30,12 @@ $REWRITE_PATTERNS = array(
// '@(src|href|action)\s*=\s*(\'|")/([^\'"]*)\2@i' => '$1=$2'.$SERVICEURL.$proto.'/'.$host.'/$3$2',
'@(<[^>]*)(src|href|action)\s*=\s*(\'|")/([^\'"]*)\3@i' => '$1$2=$3'.$SERVICEURL.$proto.'/'.$host.'/$4$3',
);
-$CURL_OPTIONS = array(
- CURLOPT_USERAGENT => "AnoNet proxy",
+if (file_exists("do_it.inc")) include "do_it.inc";
+if (!isset($CURL_OPTIONS)) $CURL_OPTIONS = array(
+// CURLOPT_USERAGENT => "AnoNet proxy",
+ CURLOPT_USERAGENT => $_SERVER["HTTP_USER_AGENT"]." AnoNetProxy",
CURLOPT_AUTOREFERER => TRUE,
+ CURLOPT_REFERER => $_SERVER["HTTP_REFERER"],
CURLOPT_CONNECTTIMEOUT => 15,
CURLOPT_TIMEOUT => 28,
CURLOPT_MAXREDIRS => 10,
@@ -40,7 +43,7 @@ $CURL_OPTIONS = array(
CURLOPT_HEADER => 1,
CURLOPT_FOLLOWLOCATION => FALSE,
// CURLOPT_INTERFACE => '0.0.0.0',
-// CURLOPT_PROXY => "http://b.polipo.srn.ano:8000/",
+ CURLOPT_PROXY => "http://b.polipo.srn.ano:8000/",
// CURLOPT_PROXYUSERPWD => 'username:password',
);
/* END OF CONFIGURATION */