"Fossies" - the Fresh Open Source Software Archive

Member "zebedee-2.5.3/vncserver.zbd" (17 Sep 2003, 424 Bytes) of package /linux/privat/old/zebedee-2.5.3.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 #
    2 # Zebedee server sample config file for tunnelling VNC traffic.
    3 #
    4 
    5 verbosity 1
    6 
    7 server true		# Yes, it's a server!
    8 detached true		# Convert to daemon if possible
    9 
   10 # Set up allowed VNC targets on localhost.
   11 # By default this only allows tunnels to ports 5900 and 5901.
   12 
   13 target localhost:5900-5901/tcp
   14 
   15 # Other parameters
   16 
   17 compression zlib:9	# Allow maximum Zlib compression
   18 keylength 256		# Allow key length up to 256 bits