Add docker DNS IP to the remaining files

This commit is contained in:
Juan Font Alonso 2022-08-18 18:07:15 +02:00
parent e4d961cfad
commit f9a2a2b57a
3 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,7 @@ dns_config:
domains: []
magic_dns: true
nameservers:
- 127.0.0.11
- 1.1.1.1
ephemeral_node_inactivity_timeout: 30m
node_update_check_interval: 10s

View File

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

View File

@ -18,6 +18,7 @@ dns_config:
domains: []
magic_dns: true
nameservers:
- 127.0.0.11
- 1.1.1.1
ephemeral_node_inactivity_timeout: 30m
node_update_check_interval: 10s