Integration tests for MagicDNS working

This commit is contained in:
Juan Font Alonso 2021-10-04 18:04:08 +02:00
parent e60ceefea9
commit ef0f7c0c09
3 changed files with 41 additions and 15 deletions

View file

@ -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"
}
}