Merge pull request #884 from vgrebenschikov/feature/synlimit-pf-support

Add PF synlimit backend
This commit is contained in:
Alexey
2026-08-12 21:17:40 +03:00
committed by GitHub
10 changed files with 247 additions and 55 deletions
+3 -1
View File
@@ -987,7 +987,9 @@ async fn run_telemt_core(
std::process::exit(1);
}
// On Unix, caller supplies privilege drop after bind (may require root for port < 1024).
synlimit_control::reconcile_synlimit_rules(&config).await;
// On Unix, caller supplies privilege drop after bind and privileged firewall setup.
drop_after_bind();
let synlimit_controller = synlimit_control::spawn_synlimit_controller(runtime_watch_rx);