Use custom DNS resolver #4

Open
opened 2023-08-25 21:06:57 +00:00 by jjkiers · 0 comments
Owner

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.
jjkiers added the
enhancement
label 2023-08-25 21:06:57 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
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.