aboutsummaryrefslogtreecommitdiff
path: root/irc/sirc/files/pkg-message-socks
diff options
context:
space:
mode:
Diffstat (limited to 'irc/sirc/files/pkg-message-socks')
-rw-r--r--irc/sirc/files/pkg-message-socks12
1 files changed, 12 insertions, 0 deletions
diff --git a/irc/sirc/files/pkg-message-socks b/irc/sirc/files/pkg-message-socks
new file mode 100644
index 000000000000..c8dcaf6086b5
--- /dev/null
+++ b/irc/sirc/files/pkg-message-socks
@@ -0,0 +1,12 @@
+
+***************************************************************************
+ SOCKS support has been added. To take advantage of it you
+ must add the following to ~/.sircrc.pl:
+
+$ENV{"SOCKS_SERVER"} = # You must set this
+# $ENV{"SOCKS_PORT"} = 1080 # This is the default
+# $ENV{"SOCKS_DNS"} = 1 # For DNS through the proxy
+
+&load("socks.pl");
+***************************************************************************
+