bbruns@gmail.com 2014-04-01 01:20:15 +00:00
parent a8b06d52ab
commit de32406ad6
3 changed files with 6 additions and 6 deletions

View File

@ -12,6 +12,6 @@
# You can use '-' for optional fields
#============================================================
#<direction> <interface> <address> <port> <protocol>
#IN eth0 10.0.0.1 22 tcp
#IN - - 22 tcp
#IN eth0 10.0.0.1 22 tcp
#IN - - 22 tcp

View File

@ -10,4 +10,4 @@
# Interface is required.
#
# interface mss size type
eth0 - -
eth0 - -

View File

@ -11,6 +11,6 @@
# Protocol: Optional, Required if port is specified ( tcp | udp )
# You can use '-' for optional fields
#============================================================
#<direction> <interface> <address> <port> <protocol>
#IN eth0 2002:dead:beef::/64 22 tcp
#IN - - 22 tcp
#<direction> <interface> <address> <port> <protocol>
#IN eth0 2002:dead:beef::/64 22 tcp
#IN - - 22 tcp