Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start using dnsmasq as the initial dns server #1196

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 6, 2024

  1. Start using dnsmasq as the initial dns server

    So far we have not been using dnsmasq for DNS queries, we just used it
    to configure public dns server addresses in the VM. Therefore, all the
    dns queries hit to a public dns server after the VM, for sure. Now, we
    configure dnsmasq to also run as a dns server. This way, if the address
    is cached locally in the dnsmasq, we skip going to a public server and
    respond locally from the host. To be able to do that, we assign a
    private ipv6 address to the dnsmasq server, make it listen there and as
    part of the DHCP requests, we send the dnsmasq's address to the client
    as the dns server.
    furkansahin committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    f13be33 View commit details
    Browse the repository at this point in the history