diff --git a/src/routes/posts/homelab/+page.md b/src/routes/posts/homelab/+page.md index ff08a1b..601f7cc 100644 --- a/src/routes/posts/homelab/+page.md +++ b/src/routes/posts/homelab/+page.md @@ -155,7 +155,7 @@ And their [tech blog](https://tailscale.com/blog/) and [documentation](https://t ## DNSMasq - +My DNS server of choice. It runs locally, and manages routing DNS requests - either to consul (if it ends with .consul), tailscale (if ts.net) or to the main recursive DNS, in my case Cloudflare DNS ([1.1.1.1](http://1.1.1.1)). ## Consul @@ -188,4 +188,4 @@ And then set the relevant facts nomad_advertise_address: "{{ local_ip_cmd.stdout }}" nomad_advertise_address_wan: "{{ local_ip_cmd.stdout }}" nomad_bind_address: "{{ local_ip_cmd.stdout }}" -``` \ No newline at end of file +```