parent
4927460af7
commit
a132c3052a
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
local banFor(time) = {
|
local banFor(time) = {
|
||||||
ban: {
|
ban: {
|
||||||
cmd: ['ip46tables', '-w', '-A', 'reaction', '-s', '<ip>', '-j', 'reaction-log-refuse'],
|
cmd: ['ip46tables', '-w', '-A', 'reaction', '-s', '<ip>', '-j', 'DROP'],
|
||||||
},
|
},
|
||||||
unban: {
|
unban: {
|
||||||
after: time,
|
after: time,
|
||||||
cmd: ['ip46tables', '-w', '-D', 'reaction', '-s', '<ip>', '-j', 'reaction-log-refuse'],
|
cmd: ['ip46tables', '-w', '-D', 'reaction', '-s', '<ip>', '-j', 'DROP'],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user