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
3 changed files with 14 additions and 3 deletions

View File

@@ -16,5 +16,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"
]
}
}