Add DNSConfig to example and setup test

This commit is contained in:
Kristoffer Dalby 2021-08-24 07:10:09 +01:00
parent 987bbee1db
commit e77c16b55a
No known key found for this signature in database
GPG key ID: 09F62DC067465735
3 changed files with 14 additions and 3 deletions

View file

@ -12,5 +12,10 @@
"tls_letsencrypt_challenge_type": "HTTP-01",
"tls_cert_path": "",
"tls_key_path": "",
"acl_policy_path": ""
"acl_policy_path": "",
"dns_config": {
"nameservers": [
"1.1.1.1"
]
}
}