Reuseport Checker

This commit is contained in:
Alexey
2026-02-23 00:55:47 +03:00
parent d050c4794a
commit 07ca94ce57
5 changed files with 165 additions and 2 deletions

View File

@@ -227,6 +227,7 @@ impl ProxyConfig {
announce: None,
announce_ip: None,
proxy_protocol: None,
reuse_allow: false,
});
}
if let Some(ipv6_str) = &config.server.listen_addr_ipv6 {
@@ -236,6 +237,7 @@ impl ProxyConfig {
announce: None,
announce_ip: None,
proxy_protocol: None,
reuse_allow: false,
});
}
}