Browse Source

+ configs/conf-available/10-backend-exec-ipfw.conf

master
Alex 'AdUser' Z 8 years ago
parent
commit
14e2aef175
  1. 6
      configs/conf-available/10-backend-exec-ipfw.conf

6
configs/conf-available/10-backend-exec-ipfw.conf

@ -0,0 +1,6 @@
[backend:exec-ipfw]
load = libf2b_backend_exec.so
ban = /sbin/ipfw table <ID> add <IP>
unban = /sbin/ipfw table <ID> delete <IP>
timeout = 2
shared = yes
Loading…
Cancel
Save