You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both the gateway listener and the agent client socket previously bound
to 0.0.0.0 (IPv4 only). When the agent's DNS resolution for the
gateway endpoint returns an IPv6 address first — the default for
`localhost` on modern Windows/Linux, and common for any name with a
AAAA record — quinn refuses to send to that peer over a v4 socket and
the tunnel never connects. Bind to `[::]` instead so both ends accept
v4 and v6.
0 commit comments