Integration tests for MagicDNS working
This commit is contained in:
parent
e60ceefea9
commit
ef0f7c0c09
3 changed files with 41 additions and 15 deletions
|
@ -7,5 +7,13 @@
|
|||
"db_type": "sqlite3",
|
||||
"db_path": "/tmp/integration_test_db.sqlite3",
|
||||
"acl_policy_path": "",
|
||||
"log_level": "debug"
|
||||
}
|
||||
"log_level": "debug",
|
||||
"dns_config": {
|
||||
"nameservers": [
|
||||
"1.1.1.1"
|
||||
],
|
||||
"domains": [],
|
||||
"magic_dns": true,
|
||||
"base_domain": "headscale.net"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue