OPT_VTUND='no'

VTUND_WEBGUI='no'		# show WebGUI (needs httpd)

VTUND_SERVER_N='0'		# number of vtund server
VTUND_SERVER_1_NAME='session26'	# session name
VTUND_SERVER_1_PASS='mypass'	# session passwort
VTUND_SERVER_1_PORT='4326'	# IP port of the vtund server (check port in base.txt!)
VTUND_SERVER_1_PROTO='tcp'	# tcp or udp (tcp: more reliable, udp: faster)
VTUND_SERVER_1_COMPRESS='z2'	# compression level (LZO or ZLIB=z, min=[z]1 - max=[z]9, 0=no compression)
VTUND_SERVER_1_ENC='yes'	# encryption?
VTUND_SERVER_1_SPEED='0'	# limit speed to n kbit/s (n=8,16,32,64,..., 0=no limit)
VTUND_SERVER_1_MULTI='no'       # allow multiple connections ('yes' might be less secure!)
VTUND_SERVER_1_BRIDGE='1'	# connect to bridge (needs opt_bridge_2.1.x)
VTUND_SERVER_1_BRIDGECOST='7812' # Cost for Connection ( ~ 1000000 / kbit/s )

VTUND_CLIENT_N='0'
VTUND_CLIENT_1_NAME='session26'	# session name
VTUND_CLIENT_1_PASS='mypass'	# session passwort
VTUND_CLIENT_1_HOST='host26'	# host name or IP of the vtund server
VTUND_CLIENT_1_PORT='4326'	# server port of the vtund server
VTUND_CLIENT_1_BRIDGE='1'	# connect to bridge (needs opt_bridge_2.1.x)
VTUND_CLIENT_1_BRIDGECOST='7812' # Cost for Connection ( ~ 1000000 / kbit/s )
