aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sshguard.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sshguard.rb b/Library/Formula/sshguard.rb
index e6d74b304..e6d60d1d3 100644
--- a/Library/Formula/sshguard.rb
+++ b/Library/Formula/sshguard.rb
@@ -35,7 +35,7 @@ class Sshguard < Formula
table (replace $ext_if with your WAN interface):
table <sshguard> persist
- block in quick on $ext_if proto tcp from any to any port 22 label "ssh bruteforce"
+ block in quick on $ext_if proto tcp from <sshguard> to any port 22 label "ssh bruteforce"
Then run sudo pfctl -f /etc/pf.conf to reload the rules.
EOS