Successfully notifying hurricane electric when DNS updates are pushed.
This commit is contained in:
@@ -17,8 +17,8 @@ $ORIGIN fizz.buzz.
|
||||
3600 IN NS ns1.he.net.
|
||||
|
||||
; Allow receiving mail at fizz.buzz
|
||||
IN MX 10 in1-smtp.messagingengine.com
|
||||
IN MX 20 in2-smtp.messagingengine.com
|
||||
IN MX 10 in1-smtp.messagingengine.com.
|
||||
IN MX 20 in2-smtp.messagingengine.com.
|
||||
|
||||
; Allows receivers to know you send your mail via Fastmail, and other servers
|
||||
IN TXT v=spf1 include:spf.messagingengine.com ?all
|
||||
@@ -27,12 +27,12 @@ ns1 IN A 74.80.180.138
|
||||
ns2 IN A 74.80.180.138
|
||||
|
||||
; Allow receiving mail on subdomains
|
||||
* IN MX 10 in1-smtp.messagingengine.com
|
||||
* IN MX 20 in2-smtp.messagingengine.com
|
||||
* IN MX 10 in1-smtp.messagingengine.com.
|
||||
* IN MX 20 in2-smtp.messagingengine.com.
|
||||
|
||||
; The A-records for mail.fizz.buzz override the wildcard, so we have to manually re-create the MX records
|
||||
mail IN MX 10 in1-smtp.messagingengine.com
|
||||
mail IN MX 20 in2-smtp.messagingengine.com
|
||||
mail IN MX 10 in1-smtp.messagingengine.com.
|
||||
mail IN MX 20 in2-smtp.messagingengine.com.
|
||||
|
||||
; Access webmail at mail.fizz.buzz
|
||||
mail IN A 103.168.172.47
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
launch=gsqlite3
|
||||
gsqlite3-database=/var/lib/powerdns/pdns.sqlite3
|
||||
gsqlite3-pragma-foreign-keys=yes
|
||||
master=yes
|
||||
primary=yes
|
||||
allow-axfr-ips=
|
||||
dnsupdate=yes
|
||||
allow-dnsupdate-from=10.215.1.0/24
|
||||
# Only notify on ipv4
|
||||
only-notify=0.0.0.0/0
|
||||
allow-dnsupdate-from=
|
||||
# Only notify ns1.he.net
|
||||
only-notify=216.218.130.2/32, 10.215.1.0/24
|
||||
also-notify=216.218.130.2
|
||||
|
||||
# Autogenerated configuration file template
|
||||
|
||||
|
||||
Reference in New Issue
Block a user