1
1
mirror of https://github.com/jrbrtsn/ban2fail synced 2024-06-16 03:48:03 +00:00
This commit is contained in:
john 2019-12-07 08:59:13 -05:00
parent c89c82082b
commit 8cc888fffc

@ -29,7 +29,8 @@ call.
+ When reporting, DNS lookups are performed in parallel with 200 simultaneous + When reporting, DNS lookups are performed in parallel with 200 simultaneous
lookups. lookups.
+ Written in pure C, with less than 15,000 lines of source code. + Written in pure C, with less than 15,000 lines of source code. Your CPU has
better things to do than load the python runtime ;-)
+ Efficient enough to run every 0.4 seconds without monopolizing a CPU core on a + Efficient enough to run every 0.4 seconds without monopolizing a CPU core on a
modest server. modest server.