From 109b9da8f5443f716aa4c0014b629fac0d416424 Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Sat, 22 Oct 2016 10:54:27 -0700 Subject: [PATCH] Update nameservers; remove MX records --- conf/sslip.io+nono.io.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/conf/sslip.io+nono.io.yml b/conf/sslip.io+nono.io.yml index ac69938..180cad9 100644 --- a/conf/sslip.io+nono.io.yml +++ b/conf/sslip.io+nono.io.yml @@ -229,7 +229,7 @@ pdns_pipe: | done pdns_pipe_conf: | # Increment this timestamp when the contents of the file change. - XIP_TIMESTAMP="2016101800" + XIP_TIMESTAMP="2016102200" # The top-level domain for which the name server is authoritative. # CHANGEME: change "sslip.io" to your domain @@ -246,16 +246,16 @@ pdns_pipe_conf: | # `A` queries for these subdomains map to the corresponding addresses here. # CHANGEME: change this to match your NS records; one of these IP addresses # should match the jobs(xip).networks.static_ips listed above - XIP_NS_ADDRESSES=( "52.0.56.137" "78.47.249.19" ) - XIP_NS=( "ns-aws.nono.io" "ns-azure.nono.io" "ns-gce.nono.io" ) + XIP_NS_ADDRESSES=( "52.0.56.137" "52.187.42.158" "104.155.144.4" "78.47.249.19" ) + XIP_NS=( "ns-aws.nono.io" "ns-azure.nono.io" "ns-gce.nono.io" "ns-he.nono.io" ) # These are the MX records for your domain. IF YOU'RE NOT SURE, # don't set it at at all (comment it out)--it defaults to no # MX records. - XIP_MX_RECORDS=( - "10" "mx.zoho.com" - "20" "mx2.zoho.com" - ) + # XIP_MX_RECORDS=( + # "10" "mx.zoho.com" + # "20" "mx2.zoho.com" + # ) # How long responses should be cached, in seconds. XIP_TTL=300