Skip to content

skip getProxyConfigV6 when ipv6 is disabled#558

Open
sabraman wants to merge 3 commits intotelemt:mainfrom
sabraman:codex/skip-v6-proxy-config-when-ipv6-disabled
Open

skip getProxyConfigV6 when ipv6 is disabled#558
sabraman wants to merge 3 commits intotelemt:mainfrom
sabraman:codex/skip-v6-proxy-config-when-ipv6-disabled

Conversation

@sabraman
Copy link

Closes #501

Summary

  • skip startup getProxyConfigV6 fetches when network.ipv6 = false
  • skip runtime updater getProxyConfigV6 fetches in the same case
  • initialize the ME pool from v4 config plus an empty v6 map when IPv6 is explicitly disabled

Verification

  • cargo test --no-run
  • checked startup/update code paths against network.ipv6 = Some(false) semantics in config loading

@sabraman sabraman marked this pull request as ready for review March 22, 2026 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

getProxyConfigV6 request when ipv6 is disabled

1 participant