summaryrefslogtreecommitdiff
path: root/irc/sirc/files/patch-aa
blob: 0f9eb2066b57bc79cf35673a742bc6bc34a12682 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- sirc-proto	Tue May  5 00:23:11 1998
+++ sirc-proto	Tue May  5 00:32:45 1998
@@ -3,6 +3,13 @@
 PREFIX=
 SIRCLIB=${PREFIX}/libexec/sirc ; export SIRCLIB
 
+# See README.socks in SIRCLIB for more details
+SOCKS_SERVER= ; export SOCKS_SERVER
+# 1080 is the default
+SOCKS_PORT=1080; export SOCKS_PORT
+# Uncomment only if you have no access to a name server
+#SOCKS_DNS=1; export SOCKS_DNS
+
 if test -z "$SIRCSERVER" && test -z "$IRCSERVER"
 then
   SIRCSERVER="irc.dal.net"