More minor changes
parent
951b504a59
commit
5cb8590971
|
@ -1,3 +1,6 @@
|
||||||
# Format is:
|
# Format is:
|
||||||
# External interface:Src IP:External IP:External port:Internal ip:Internal port
|
# External interface:Src IP:External IP:External port:Internal ip:Internal port
|
||||||
|
# If you want to allow any source IP or a dynamic IP external IP, use 0/0 and not 0.0.0.0
|
||||||
|
# (iptables translates 0.0.0.0 to 0.0.0.0/32 which won't work)
|
||||||
|
# Rename this file to port-forwards before using!
|
||||||
#eth0:4.2.2.0:4.2.2.1:8080:tcp:192.168.0.100:80
|
#eth0:4.2.2.0:4.2.2.1:8080:tcp:192.168.0.100:80
|
||||||
|
|
Loading…
Reference in New Issue