# We "find" the dummy0 interface we created and configure it with a link-local address # See: https://www.freedesktop.org/software/systemd/man/systemd.network.html ## [Match] Name=dummy0 [Network] Address=169.254.1.1/32 # We want these domains Domains= ~consul. # To go to the consul DNS server we'll bind to this address DNS=169.254.1.1