Zoltán Papp
c46a101c1f
[client] Fix DNS probe listener panic on unparseable local address
...
generateFreePort used netip.MustParseAddrPort on
the OS-produced LocalAddr().String(), which panics on address strings
that don't parse (e.g. IPv6 zone IDs like [::]:0%eth0). Eliminate the
parsing entirely by reading the port from the concrete *net.UDPAddr
that net.ListenUDP returns, and construct the bind address directly.
2026-07-16 12:50:56 +02:00
..
2026-07-02 10:58:16 +02:00
2026-05-07 11:33:37 +02:00
2026-07-14 17:43:59 +02:00
2025-01-13 10:15:01 +01:00
2026-07-06 13:47:16 +02:00
2024-09-24 20:57:56 +02:00
2026-06-28 16:15:54 +02:00
2026-03-19 17:33:50 +01:00
2026-07-02 20:42:43 +02:00
2026-07-16 12:50:56 +02:00
2026-07-02 10:58:16 +02:00
2026-01-19 11:22:16 +01:00
2026-07-13 13:39:57 +02:00
2026-04-20 10:01:01 +02:00
2026-07-08 16:35:37 +02:00
2026-07-14 17:43:59 +02:00
2026-07-06 13:47:16 +02:00
2026-07-13 18:49:17 +02:00
2026-07-08 17:52:50 +02:00
2026-07-07 16:58:48 +02:00
2024-10-10 12:35:03 +02:00
2026-06-28 16:15:54 +02:00
2026-07-13 13:39:57 +02:00
2026-07-09 13:21:08 +02:00
2026-06-17 20:13:13 +02:00
2026-06-17 20:13:13 +02:00
2026-07-06 13:47:16 +02:00
2023-05-18 19:47:36 +02:00
2022-05-21 18:42:56 +02:00
2026-03-23 09:39:32 +01:00
2026-07-06 13:47:16 +02:00
2025-03-04 18:29:29 +03:00