Add DNSConfig to example and setup test
This commit is contained in:
parent
987bbee1db
commit
e77c16b55a
3 changed files with 14 additions and 3 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue