mac-vz / macvz

macOS Virtualization for linux
MIT License
85 stars 6 forks source link

Support for host resolver #6

Closed balajiv113 closed 2 years ago

balajiv113 commented 2 years ago

We need to provide support for host resolver. With this support, we should be able to resolve host.docker.internal

balajiv113 commented 2 years ago

This is completed.

NOTE As of now the DNS resolution is done in guest vm and not in host. This is due to limitation from the NAT network connection which dropped the TCP & UDP packets. This will be fixed/address in a follow-up story.

Due to DNS resolution in guest, Websites under VPN will not be resolved correctly