aleph-im / aleph-vm

Aleph.im VM execution engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: support IPv6 DNS for IPv6-enabled VMs

odesenfans opened this issue · comments

We currently filter out IPv6 DNS addresses (if any) from the list of DNS of the host. This could be problematic in the (unlikely) case where the host only has IPv6 DNSes. Instead of the current filtering, determine whether IPv6 is enabled on the VM and pass it the correct DNS addresses:

  • only IPv4 DNS if IPv6 is not supported
  • both if the VM supports IPv6.