mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-10 17:12:33 +08:00
Add local Docker DNS server (makes resolving http://headscale more reliable)
This commit is contained in:
parent
ba07bac46a
commit
8a707de5f1
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ dns_config:
|
|||
magic_dns: true
|
||||
domains: []
|
||||
nameservers:
|
||||
- 127.0.0.11
|
||||
- 1.1.1.1
|
||||
db_path: /tmp/integration_test_db.sqlite3
|
||||
private_key_path: private.key
|
||||
|
|
Loading…
Reference in a new issue