Ville Vesilehto 2f981ff797
fix(forward): use netip package for parsing (#7472)
Replace manual host:port parsing using net.SplitHostPort +
strconv.ParseUint with the standard library net/netip function
ParseAddrPort. This eliminates integer conversion warnings and
improves type safety.

Signed-off-by: Ville Vesilehto <ville@vesilehto.fi>
2025-08-25 13:06:44 -07:00
..
2020-11-05 15:02:07 +01:00
2025-05-28 17:50:55 -07:00
2024-11-13 09:40:25 -08:00
2023-04-25 11:24:49 -04:00
2025-07-03 02:19:21 -07:00
2024-03-07 14:24:38 -05:00
2025-06-05 18:20:24 +02:00
2019-08-24 18:14:25 +00:00
2018-07-19 16:23:06 +01:00
2022-07-10 11:06:33 -07:00
2020-09-24 18:14:41 +02:00