mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 19:07:33 +00:00
Integration tests for MagicDNS working
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user