opnsense-ports/irc/sirc/files/pkg-message-socks
Franco Fichtner a309cd75a6 */*: sync with upstream
Taken from: HardenedBSD
2019-08-18 05:35:32 +02:00

14 lines
313 B
Text

[
{ 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
}
]