removing save iptables log
This commit is contained in:
parent
05296d32bf
commit
fb487fd655
@ -54,13 +54,12 @@ async fn start_ban_server(
|
|||||||
if let Some(iptables_save) = iptables_save {
|
if let Some(iptables_save) = iptables_save {
|
||||||
let seconds_iptables = Duration::from_secs(60);
|
let seconds_iptables = Duration::from_secs(60);
|
||||||
println!(
|
println!(
|
||||||
"starting iptables-save, run every {} seconds",
|
"starting iptables-save, save every {} seconds",
|
||||||
seconds_iptables.as_secs()
|
seconds_iptables.as_secs()
|
||||||
);
|
);
|
||||||
thread::spawn(move || loop {
|
thread::spawn(move || loop {
|
||||||
sleep(seconds_iptables);
|
sleep(seconds_iptables);
|
||||||
iptables_save::save_iptables(&iptables_save);
|
iptables_save::save_iptables(&iptables_save);
|
||||||
println!("saved iptables rules");
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user