Minor update
This commit is contained in:
parent
ef9ba10e45
commit
4be2273662
@ -576,8 +576,9 @@ established.
|
|||||||
|
|
||||||
Defining a `dns` configuration in a service will automatically mark that service as a service of type DNS:
|
Defining a `dns` configuration in a service will automatically mark that service as a service of type DNS:
|
||||||
```yaml
|
```yaml
|
||||||
|
services:
|
||||||
- name: example dns query
|
- name: example dns query
|
||||||
url: "8.8.8.8" # Address of the DNS server to use
|
url: "8.8.8.8" # Address of the DNS server to use
|
||||||
interval: 30s
|
interval: 30s
|
||||||
dns:
|
dns:
|
||||||
query-name: "example.com"
|
query-name: "example.com"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user