Use custom DNS resolver #4

Open
opened 2023-08-25 21:06:57 +00:00 by jjkiers · 0 comments
jjkiers commented 2023-08-25 21:06:57 +00:00 (Migrated from code.kiers.eu)

Instead of using tokio::net::lookup_host, a custom DNS resolver should be used that accurately resolves all addresses.

It seems that lookup_host will only resolve addresses matching the available protocols. But I'd like to keep in control with that.

Instead of using `tokio::net::lookup_host`, a custom DNS resolver should be used that accurately resolves all addresses. It seems that `lookup_host` will only resolve addresses matching the available protocols. But I'd like to keep in control with that.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
jjkiers/layer4-proxy#4
No description provided.