1
23.1 Legacy Series / Re: Kernel panic and boot loop when setting a vlan's parent to itself
« on: April 19, 2023, 10:30:34 pm »
Done.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
filter f_local_lockout_auth {
facility(auth);
};
destination d_local_lockout_auth {
program("/usr/local/opnsense/scripts/syslog/lockout_handler --attempts 12 --grace_period 60");
};
log {
source(s_all);
filter(f_local_lockout_auth);
destination(d_local_lockout_auth);
};