Helps if you don't typo this too

This commit is contained in:
Kevin Fenzi 2014-10-08 23:47:31 +00:00
parent 34a7563c4d
commit d630de37f5

View file

@ -14,7 +14,7 @@ udp_ports: [ 1194 ]
# drop incoming traffic from less trusted vpn hosts
#
custom_rules: [
'-A INPUT -s 192.168.100/0/24 -j REJECT --reject-with icmp-host-prohibited',
'-A INPUT -s 192.168.100/24 -j REJECT --reject-with icmp-host-prohibited',
]
#
# allow a bunch of sysadmin groups here so they can access internal stuff