mirror of
https://github.com/versity/versitygw.git
synced 2026-04-22 13:40:29 +00:00
Fiber allows for dual stack ipv4/ipv6 by setting Network setting to fiber.NetworkTCP. The default is fiber.NetworkTCP4 which is ipv4 only because the dual stack is not compatible with prefork. But we do not use prefork, so it is fine to enable the dual ipv4/ipv6 support.