mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
12 lines
394 B
Plaintext
12 lines
394 B
Plaintext
+-----------------------------------------------------------------------
|
|
| Running ${PKGSTEM} on OpenBSD
|
|
+-----------------------------------------------------------------------
|
|
|
|
To use ${PKGSTEM} with pf(4), add something similar to the following to
|
|
${SYSCONFDIR}/pf.conf:
|
|
|
|
table <sshguard> persist
|
|
|
|
block in quick on egress proto tcp from <sshguard> \
|
|
to any port ssh label "ssh bruteforce"
|