#8266·dragonfly

Default to listening on ::

Author: laurivosandiCreated Sep 9, 2026Updated Sep 12, 2026
Labelsgood first issue

Currently following is required to make Dragonfly operator work IPv6 only or dual stacked environments:

  args:
    - "--bind=::"
    - "--admin_bind=::"

As the day of CONFIG_IPV4=n is getting closer by every day I would suggest switching listening from 0.0.0.0 to :: in Dragonfly binary itself

This is compatible with all modes IPv4-only, IPv6-only and dual stack