Files
oak-gpui/crates
张小白 bc68455320 client: Fix an issue where non-IP proxy URLs didn’t resolve correctly (#32664)
If the proxy URL is in the form of `example.com` instead of a raw IP
address, and `example.com` isn't a well-known domain, then the default
URL resolution can fail.

The test setup:

A Linux machine runs a CoreDNS server with a custom entry: `10.254.7.38
example.com`. On a Windows machine, if the proxy URL is set to
`example.com`, the resolved address does **not** end up being
`10.254.7.38`.

Using `hickory_resolver` for more advanced DNS resolution fixes this
issue.


Release Notes:

- Fixed proxy URL resolution when using custom DNS entries.
2025-06-13 15:17:49 +08:00
..
2025-06-09 18:07:22 +00:00
2025-06-05 12:59:22 +00:00
2025-04-23 20:54:09 +00:00
2025-06-12 08:55:48 +00:00
2025-06-11 22:44:20 +03:00
2025-06-12 08:55:48 +00:00
2025-06-02 21:24:08 +00:00
2025-05-29 15:20:58 -04:00