Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vsock_proxy: Use system-configured nameservers for DNS resolution
This commit changes the DNS resolver's initialization to use the system's configured nameservers instead of the default nameserver provided by hickoery-resolver crate. The `Resolver::from_system_conf()` method is now used to initialize the DNS resolver. This method attempts to read the system's nameserver configuration, which may come from various sources such as `/etc/resolv.conf`. Signed-off-by: Erdem MEYDANLI <[email protected]>
- Loading branch information