From 78b0e00b5178fef1622856fe7581fa4e961d912c Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 18 Feb 2002 10:29:53 +0000 Subject: updated proxy docs git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2515 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- docs/startup-HOWTO.html | 42 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 3 deletions(-) (limited to 'docs/startup-HOWTO.html') diff --git a/docs/startup-HOWTO.html b/docs/startup-HOWTO.html index ef4c7b9e..ea954cd1 100644 --- a/docs/startup-HOWTO.html +++ b/docs/startup-HOWTO.html @@ -543,8 +543,44 @@ be better to use eg.:

10. Proxies and IRC bouncers

-

Irssi supports connecting to IRC servers via a proxy. All proxies have -these settings in common:

+

Irssi supports connecting to IRC servers via a proxy. All server +connections are then made through it, and if you've set up everything +properly, you don't need to do any /QUOTE SERVER commands manually.

+ +

Here's an example: You have your bouncer (lets say, BNC or BNC-like) +listening in irc.bouncer.org port 5000. You want to use it to connect +to servers irc.dalnet and irc.efnet.org. First you'd need to setup the +bouncer:

+ +
+     /SET use_proxy ON
+     /SET proxy_address irc.bouncer.org
+     /SET proxy_port 5000
+
+     /SET proxy_password YOUR_BNC_PASSWORD_HERE
+     /SET -clear proxy_string
+     /SET proxy_string_after conn %s %d
+
+ +

Then you'll need to add the server connections. These are done +exactly as if you'd want to connect directly to them. Nothing special +about them:

+ +
+     /SERVER ADD -auto -ircnet dalnet irc.dal.net
+     /SERVER ADD -auto -ircnet efnet irc.efnet.org
+
+ +

With the proxy /SETs however, irssi now connects to those servers +through your BNC. All server connections are made through them so you +can just forget that your bouncer even exists.

+ +

If you don't want to use the proxy for some reason, there's -noproxy +option which you can give to /SERVER and /SERVER ADD commands.

+ +

Proxy specific settings:

+ +

All proxies have these settings in common:

      /SET use_proxy ON
@@ -566,7 +602,7 @@ these settings in common:

      /SET proxy_password your_pass
      /SET -clear proxy_string
-     /SET proxy_string conn %s %d
+     /SET proxy_string_after conn %s %d
 

dircproxy

-- cgit v1.2.3