Dante Module
Simon Brenner
simon.brenner at home.se
Fri Feb 20 11:27:47 GMT 2004
Dante is a free SOCKS implementation..
'DETAILS' is the DETAILS file (obviously), should be in the dante
directory of the moonbase (I am pretty new, so I don't know how the
module should be organized)
'sockd' is the init.d script.. I've just copied this one into my
/etc/init.d manually as I don't know how I should automate this with an
installation script
dcgui should be able to utilize the socks client library which is
included in Dante, I'll come back to you when I've figured out what is
neccessary to enable socks client in the dcgui build
-------------- next part --------------
MODULE=dante
VERSION=1.1.14
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=ftp://ftp.inet.no/pub/socks/$SOURCE
WEB_SITE=http://www.inet.no/dante/
ENTERED=20031006
UPDATED=20031006
SHORT="Dante is a free SOCKS implementation"
cat << EOF
Dante is a circuit-level firewall/proxy that can be used to provide convenient
and secure network connectivity to a wide range of hosts while requiring only
the server Dante runs on to have external network connectivity.
EOF
-------------- next part --------------
#!/bin/bash
#
# sockd SOCKS daemon
#
# chkconfig: 345 80 20
# description: SOCKS daemon
# processname: sockd
# config: /etc/sockd.conf
ARGS=-D
. /lib/lsb/init-functions
More information about the Lunar
mailing list