We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f4cd4 commit 70c3cc6Copy full SHA for 70c3cc6
servers/su/src/main.rs
@@ -74,7 +74,6 @@ fn get_client_ip(req: &HttpRequest) -> Option<String> {
74
}
75
76
fn is_ip_allowed(ip: &str, whitelist: &IpWhitelist) -> bool {
77
- println!("Checking if IP {} is allowed", ip);
78
match whitelist.read() {
79
Ok(ips) => ips.contains(ip),
80
Err(_) => false,
servers/su/su
-512 Bytes
0 commit comments