small update

This commit is contained in:
Daniel Bulant 2023-09-18 16:44:02 +02:00
parent cdf2ae265e
commit 8a39ebe669

View file

@ -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 }}"
```
```