Hi,

So, it turns out that projectatomic.io is also one of the annoying
domains setup in a way that our int->ext->int routing to RH dns
servers is denying lookups.
Can I get +1s to add the same workaround for pa.io as we have for other domains?

Regards,
Patrick

commit f8c14845315cd64adae36dbb6df93419699cd779
Author: Patrick Uiterwijk <[email protected]>
Date:   Wed Sep 27 14:49:28 2017 +0000

    Also use the internal shortcut for projectatomic.io

    Signed-off-by: Patrick Uiterwijk <[email protected]>

diff --git a/roles/dns/files/named.conf b/roles/dns/files/named.conf
index a707f34..b4a0127 100644
--- a/roles/dns/files/named.conf
+++ b/roles/dns/files/named.conf
@@ -264,6 +264,12 @@ view "PHX2" {
            forwarders { 152.19.134.150; 140.211.169.201; 66.35.62.163; };
      };

+     zone "projectatomic.io" {
+           type forward;
+           forward only;
+           forwarders { 10.5.26.20; 10.5.26.21; };
+     };
+
      zone "beaker-project.org" {
            type forward;
            forward only;
_______________________________________________
infrastructure mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to