blob: 3807d9c86e1a5b0cdb2edb29453c00fe5dacb2f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[
{ type: install
message: <<EOM
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");
EOM
}
]
|