mirror of
https://github.com/telemt/telemt.git
synced 2026-06-19 01:11:09 +03:00
Dual-stack fixes for Upstreams by #798
Co-Authored-By: brekotis <93345790+brekotis@users.noreply.github.com>
This commit is contained in:
@@ -147,7 +147,7 @@ pub(crate) async fn run_startup_connectivity(
|
||||
.any(|r| r.rtt_ms.is_some());
|
||||
|
||||
if upstream_result.both_available {
|
||||
if prefer_ipv6 {
|
||||
if upstream_result.prefer_ipv6 {
|
||||
info!(" IPv6 in use / IPv4 is fallback");
|
||||
} else {
|
||||
info!(" IPv4 in use / IPv6 is fallback");
|
||||
|
||||
Reference in New Issue
Block a user