All public logs
From Lolly's Wiki
Jump to navigationJump to search
Combined display of all available logs of Lolly's Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:33, 7 May 2025 Lollypop talk contribs created page Iptables (Created page with "==Block IPs dynamically from blocklists== I found a basic script https://www.lupovis.io/implementing-a-dynamic-blocklist-with-iptables/ here which I adapted to a set of lists and added logging. <SyntaxHighlight lang=bash> #!/bin/bash declare -A BLOCKLIST_URLS=( Emerging_Threats https://rules.emergingthreats.net/fwrules/emerging-Block-IPs.txt TOR_exit_nodes https://opendbl.net/lists/tor-exit.list Bruteforce_Blocker https://opendbl.net/lists/bruteforce.list Block...")