Helps if you don't typo this too
This commit is contained in:
parent
34a7563c4d
commit
d630de37f5
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ udp_ports: [ 1194 ]
|
||||||
# drop incoming traffic from less trusted vpn hosts
|
# drop incoming traffic from less trusted vpn hosts
|
||||||
#
|
#
|
||||||
custom_rules: [
|
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
|
# allow a bunch of sysadmin groups here so they can access internal stuff
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue