#------------------------------------------------------------------------------
# OPT_BCRELAY 0.4 					            21.03.2004
# packager & script: Christian Ulbrich
#		     Lutz Lisseck			
#                    christian.ulbrich@gmx.de
#------------------------------------------------------------------------------
OPT_BCRELAY='no' #set to yes, to enable bcrelay

#base config
BCRELAY_INTERNALNET='eth0' #the internal network, usually eth0
BCRELAY_ISDNHACK='no'      #is your router an ISDN router?
		           #this has nothing to do with VPN dial-in!

#relaying ports
BCRELAY_PORT_N='0'      # number of ports to relay
BCRELAY_PORT_1='6112'   # relaying to enable Warcraft3 [tested]
BCRELAY_PORT_2='27960'  # relaying to enable Quake3
BCRELAY_PORT_3='137'    # relaying NetBIOS Name Service (nbname) 
BCRELAY_PORT_4='138'    # relaying NetBIOS Datagram Service (nbdatagram)
BCRELAY_PORT_5='6111'   # relaying to enable StarCraft
BCRELAY_PORT_6='8086'   # relaying to enable C&C Generals

#custom relaying only for advanced users; see instruction
BCRELAY_CUSTOM_N='0'
BCRELAY_CUSTOM_1='6112 "eth0|ipsec"'

#please read the supplied instruction...
