22
0
Fork 0

Ajout const table whitelist ssh

This commit is contained in:
jdubois 2020-03-12 14:59:37 +01:00
parent 3e864ee7a8
commit 5939896b57
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ pass in quick on $ext_if proto tcp to port 2222 rdr-to 192.0.2.5 port ssh \
Il est également possible d'avoir une whitelist avec cette configuration :
~~~
table <whitelist-ssh> persist { 198.51.100.12, 203.0.113.56 }
table <whitelist-ssh> const persist { 198.51.100.12, 203.0.113.56 }
table <blacklist-ssh> persist
pass in quick on $ext_if proto tcp from <whitelist-ssh> to port 2222 rdr-to 192.0.2.5 port ssh