diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2017-03-12 21:45:08 +0100 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2017-03-12 21:45:08 +0100 |
commit | a917b1e1137c1ad149cefcc73325e8901857d489 (patch) | |
tree | 1e19a0d7fb42d5331007402a9a4329cd680c7cca /roles/install_arch/files/resolv.conf | |
parent | 840b169cd59bac476e99b3f4310752904c79e3bf (diff) |
added install_arch role
Diffstat (limited to 'roles/install_arch/files/resolv.conf')
-rw-r--r-- | roles/install_arch/files/resolv.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/install_arch/files/resolv.conf b/roles/install_arch/files/resolv.conf new file mode 100644 index 0000000..aebd887 --- /dev/null +++ b/roles/install_arch/files/resolv.conf @@ -0,0 +1,6 @@ +nameserver 213.133.98.98 +nameserver 213.133.100.100 +nameserver 213.133.99.99 +nameserver 2a01:4f8:0:a0a1::add:1010 +nameserver 2a01:4f8:0:a102::add:9999 +nameserver 2a01:4f8:0:a111::add:9898 |