mirror of
https://github.com/danbulant/design
synced 2026-07-05 11:00:38 +00:00
small update
This commit is contained in:
parent
cdf2ae265e
commit
8a39ebe669
1 changed files with 2 additions and 2 deletions
|
|
@ -155,7 +155,7 @@ And their [tech blog](https://tailscale.com/blog/) and [documentation](https://t
|
||||||
|
|
||||||
## DNSMasq
|
## 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
|
## Consul
|
||||||
|
|
||||||
|
|
@ -188,4 +188,4 @@ And then set the relevant facts
|
||||||
nomad_advertise_address: "{{ local_ip_cmd.stdout }}"
|
nomad_advertise_address: "{{ local_ip_cmd.stdout }}"
|
||||||
nomad_advertise_address_wan: "{{ local_ip_cmd.stdout }}"
|
nomad_advertise_address_wan: "{{ local_ip_cmd.stdout }}"
|
||||||
nomad_bind_address: "{{ local_ip_cmd.stdout }}"
|
nomad_bind_address: "{{ local_ip_cmd.stdout }}"
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue