# Define forwards

# The basic format of this file is simple:
# allowfrom		proto srcip:port        dstip:port

# A quick example:
# 203.12.234.232 tcp   203.55.250.12:80  192.168.1.12:80

# The above forwards tcp connections coming from 203.12.234.232
# destined for 203.55.250.12 (port 80) and forwards them to
# 192.168.1.12 (port 80)
 
# Of course perhaps you want to forward all connections
# from anywhere -- simply use "0/0" like so:

# 0/0                 tcp   203.55.250.12:80  192.168.1.12:80

# "0/0" == any

# But wait, what if I want -both- tcp AND udp to be forwarded??

# 0/0                 both   0/0:80  192.168.1.12:80
