fedoramagazine DNS changes (please check)

Stephen John Smoogen smooge at gmail.com
Sat Dec 15 01:33:08 UTC 2012


commit 87b0e4736bd7add1e6d75d5a6ff8db9a7ca92dc3
Author: Stephen Smoogen <smooge at redhat.com>
Date:   Fri Dec 14 22:47:55 2012 +0000

    Added file

diff --git a/master/fedoramagazine.org b/master/fedoramagazine.org
new file mode 100644
index 0000000..2850d47
--- /dev/null
+++ b/master/fedoramagazine.org
@@ -0,0 +1,25 @@
+$TTL 86400
+@      IN      SOA     ns04.fedoraproject.org. hostmaster.fedoraproject.org.  (
+; Make SURE to update the serial # when changes are made. Format is YYYYMMDDNN
+; (NN is just a counter to handle multiple changes in one day).
+                               2012121401 ; Serial
+                               3600      ; Refresh
+                               600      ; Retry
+                               1000000    ; Expire
+                               10800 )    ; Minimum
+       IN      NS      ns-sb01.fedoraproject.org.
+       IN      NS      ns02.fedoraproject.org.
+        IN      NS      ns04.fedoraproject.org.
+        IN      NS      ns05.fedoraproject.org.
+
+; Mail server
+        IN      MX      10      mx1.redhat.com.
+        IN      MX      20      mx2.redhat.com.
+        IN      A       209.132.176.120
+        IN      A       66.35.62.166
+        IN      A       152.19.134.146
+        IN      A       80.239.156.215
+        IN      AAAA    2610:28:3090:3001:dead:beef:cafe:fed4
+       IN      AAAA    2001:4178:2:1269::12
+
+*      IN      CNAME   wp-fedoramag.rhcloud.com.

commit a0bfcd838283b71bb97acb85c60e23444fed6d3e
Author: Stephen Smoogen <smooge at redhat.com>
Date:   Fri Dec 14 22:46:26 2012 +0000

    Added fedoramagazine.org

diff --git a/modules/bind/files/zones.conf b/modules/bind/files/zones.conf
index 9dca451..7135f39 100644
--- a/modules/bind/files/zones.conf
+++ b/modules/bind/files/zones.conf
@@ -30,6 +30,10 @@ zone "fedoralinux.org" {
         type master;
         file "master/fedoralinux.org.signed";
 };
+zone "fedoramagazine.org" {
+        type master;
+        file "master/fedoramagazine.org.signed";
+};
 zone "fedoraproject.com" {
         type master;
         file "master/fedoraproject.com.signed";



-- 
Stephen J Smoogen.
"Don't derail a useful feature for the 99% because you're not in it."
Linus Torvalds
"Years ago my mother used to say to me,... Elwood, you must be oh
so smart or oh so pleasant. Well, for years I was smart. I
recommend pleasant. You may quote me."  —James Stewart as Elwood P. Dowd


More information about the infrastructure mailing list