We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 706992c commit b7e742cCopy full SHA for b7e742c
1 file changed
devolutions-gateway/src/api/net.rs
@@ -6,7 +6,7 @@ use axum::extract::{RawQuery, WebSocketUpgrade};
6
use axum::response::Response;
7
use axum::{Json, Router};
8
use network_scanner::interfaces;
9
-use network_scanner::scanner::{self, NetworkScannerParams};
+use network_scanner::scanner::{self, NetworkScannerParams, ScannerConfig};
10
use network_scanner::ip_utils::IpAddrRange;
11
use serde::Serialize;
12
use std::fmt;
0 commit comments