Configured middle_proxy_nat_ip for ME Gate on strartup

This commit is contained in:
Alexey
2026-03-13 16:52:24 +03:00
parent 690635d904
commit a15f74a6f9
4 changed files with 75 additions and 7 deletions

View File

@@ -295,7 +295,11 @@ pub async fn run() -> std::result::Result<(), Box<dyn std::error::Error>> {
probe.detected_ipv4.map(IpAddr::V4),
probe.detected_ipv6.map(IpAddr::V6),
));
let decision = decide_network_capabilities(&config.network, &probe);
let decision = decide_network_capabilities(
&config.network,
&probe,
config.general.middle_proxy_nat_ip,
);
log_probe_result(&probe, &decision);
startup_tracker
.complete_component(