Skip to content
Snippets Groups Projects
Commit 19b0514b authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

use unbound dns for mail servers

parent 8429772f
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,8 @@ ipv4_gateway: "138.201.81.193"
ipv6_gateway: "fe80::1"
filesystem: btrfs
dns_servers: ["127.0.0.1"]
# FIXME: this should probably be configured another way. maybe the
# mysql/postgres roles should deploy the credentials themselves
postgres_backup_dir: "/var/lib/postgres/backup"
......
......@@ -14,6 +14,7 @@ filesystem: btrfs
tcp_rmem: "10240 87380 33554432"
tcp_wmem: "10240 87380 33554432"
dns_servers: ["127.0.0.1"]
mail_domain: "mail.archlinux.org"
configure_firewall: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment