From 8a39ebe6690d1141307b8db1e050922613dc2f43 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Mon, 18 Sep 2023 16:44:02 +0200 Subject: [PATCH] small update --- src/routes/posts/homelab/+page.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```