forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
12 lines
424 B
Text
12 lines
424 B
Text
|
|
***************************************************************************
|
|
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");
|
|
***************************************************************************
|
|
|