mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Use dns: as config key (#2092)
This commit is contained in:
parent
1193a50e9e
commit
a9a1a07e37
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ An example use case is to serve apps on the same host via a reverse proxy like N
|
|||
1. Change the `config.yaml` to contain the desired records like so:
|
||||
|
||||
```yaml
|
||||
dns_config:
|
||||
dns:
|
||||
...
|
||||
extra_records:
|
||||
- name: "prometheus.myvpn.example.com"
|
||||
|
|
Loading…
Reference in a new issue