mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-16 12:40:37 +08:00
Update nameservers; remove MX records
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user