From 720e2a71b14dac722bea60d94f34764044279f69 Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Sun, 24 May 2020 17:47:22 -0700 Subject: [PATCH] DNS: secondaries for diarizer.com We are now secondaries for diarizer.com because it needs to share the same webserver as *.cf.nono.io, and needs SSL certs, and needs to be able to participate in the DNS challenge. --- conf/sslip.io+nono.io.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/sslip.io+nono.io.yml b/conf/sslip.io+nono.io.yml index 7b73e12..f0ad747 100644 --- a/conf/sslip.io+nono.io.yml +++ b/conf/sslip.io+nono.io.yml @@ -1,4 +1,9 @@ pdns_named_conf: | + zone "diarizer.com" { + type slave; + file "/var/vcap/jobs/pdns/etc/diarizer.com"; + masters { 78.46.204.247; }; + }; zone "nono.com" { type slave; file "/var/vcap/jobs/pdns/etc/nono.com";