Skip to content
Snippets Groups Projects
Verified Commit 4b4e3457 authored by anarcat's avatar anarcat
Browse files

iptables cheat sheet

parent 84f0f4bc
No related branches found
No related tags found
No related merge requests found
......@@ -86,6 +86,13 @@ Open a ticket by writing <support@cymru.com>.
TBD
## Network-level attacks
If you are *sure* that a specific `$IP` is mounting a Denial of Service
attack on a server, you can block it with:
iptables -A INPUT -s $IP -j DROP
# Support policies
Please see [/policy/tpa-rfc-2-support/](https://gitlab.torproject.org/anarcat/wikitest/-/wikis/policy/tpa-rfc-2-support/)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment