mirror of
https://github.com/juanfont/headscale.git
synced 2025-10-15 22:11:36 +00:00
Add DNSConfig to example and setup test
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user