commit: 7e67687f21e8a8b330a7db8f2e8d5210acd92baf Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Thu Mar 11 21:49:54 2021 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Thu Mar 11 21:50:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e67687f
profiles/desc/xtables_addons.desc: add proto Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org> profiles/desc/xtables_addons.desc | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/desc/xtables_addons.desc b/profiles/desc/xtables_addons.desc index c78e11c7dcc..5ee39b3b616 100644 --- a/profiles/desc/xtables_addons.desc +++ b/profiles/desc/xtables_addons.desc @@ -23,6 +23,7 @@ logmark - LOGMARK target will log packet and connection marks to syslog lscan - match detects simple low-level scan attemps based upon the packet's contents quota2 - match implements a named counter which can be increased or decreased on a per-match basis pknock - match implements so-called "port knocking", a stealthy system for network authentication +proto - modifies the protocol number in IP packet header psd - match attempts to detect TCP and UDP port scans (derived from Solar Designer's scanlogd) sysrq - SYSRQ target allows to remotely trigger sysrq on the local machine over the network tarpit - TARPIT target captures and holds incoming TCP connections using no local per-connection resources
