mirror of
https://github.com/s-b-repo/rustsploit
synced 2026-06-27 09:54:12 +00:00
Add placeholder for trusted_proxies in main.rs
This commit is contained in:
@@ -517,6 +517,7 @@ async fn run() -> Result<()> {
|
||||
cli_args.verbose,
|
||||
cli_args.queue_size,
|
||||
cli_args.workers,
|
||||
Vec::new(), // trusted_proxies
|
||||
).await?;
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user