diff --git a/bind/named.conf.local b/bind/named.conf.local index 1997537..0fff728 100644 --- a/bind/named.conf.local +++ b/bind/named.conf.local @@ -1,277 +1,287 @@ zone "kde.org." in { type master; file "master/kde.org.zone"; }; zone "digikam.org." in { type master; file "master/digikam.org.zone"; also-notify { "cloudns-standard"; }; }; zone "kde.be." in { type master; file "master/kde.be.zone"; }; zone "kde.eu." in { type master; file "master/kde.eu.zone"; }; zone "kde.in." in { type master; file "master/kde.in.zone"; }; zone "kde.it." in { type master; file "master/kde.it.zone"; }; zone "kde.ca." in { type master; file "master/kde.ca.zone"; also-notify { "cloudns-standard"; }; }; zone "kdelibs.com." in { type master; file "master/kdelibs.com.zone"; }; zone "desktopsummit.org." in { type master; file "master/desktopsummit.org.zone"; also-notify { "cloudns-standard"; }; }; zone "behindkde.org." in { type master; file "master/behindkde.org.zone"; also-notify { "cloudns-standard"; }; }; zone "behindkde.com." in { type master; file "master/behindkde.com.zone"; also-notify { "cloudns-standard"; }; }; zone "kdenews.org." in { type master; file "master/kdenews.org.zone"; also-notify { "cloudns-standard"; }; }; zone "kde-edu.org." in { type master; file "master/kde-edu.org.zone"; also-notify { "cloudns-standard"; }; }; zone "planetkde.org." in { type master; file "master/planetkde.org.zone"; + also-notify { "cloudns-standard"; }; }; zone "kaddressbook.com." in { type master; file "master/kaddressbook.com.zone"; also-notify { "cloudns-standard"; }; }; zone "kaddressbook.org." in { type master; file "master/kaddressbook.org.zone"; also-notify { "cloudns-standard"; }; }; zone "kdepim.org." in { type master; file "master/kdepim.org.zone"; also-notify { "cloudns-standard"; }; }; zone "kdepim.com." in { type master; file "master/kdepim.com.zone"; also-notify { "cloudns-standard"; }; }; zone "kontact.org." in { type master; file "master/kontact.org.zone"; + also-notify { "cloudns-standard"; }; }; zone "korganizer.org." in { type master; file "master/korganizer.org.zone"; + also-notify { "cloudns-standard"; }; }; zone "kphotoalbum.org." in { type master; file "master/kphotoalbum.org.zone"; + also-notify { "cloudns-standard"; }; }; zone "kde.org.pl." in { type master; file "master/kde.org.pl.zone"; }; zone "konqueror.org." in { type master; file "master/konqueror.org.zone"; also-notify { "cloudns-standard"; }; }; zone "konqueror.com." in { type master; file "master/konqueror.com.zone"; also-notify { "cloudns-standard"; }; }; zone "koffice.org." in { type master; file "master/koffice.org.zone"; also-notify { "cloudns-standard"; }; }; zone "kdemail.net." in { type master; file "master/kdemail.net.zone"; also-notify { "cloudns-standard"; }; }; zone "kdetalk.net." in { type master; file "master/kdetalk.net.zone"; also-notify { "cloudns-standard"; }; }; zone "calligra.org." in { type master; file "master/calligra.org.zone"; also-notify { "cloudns-standard"; }; }; zone "calligra-suite.org." in { type master; file "master/calligra-suite.org.zone"; also-notify { "cloudns-standard"; }; }; zone "plasma-active.org." in { type master; file "master/plasma-active.org.zone"; + also-notify { "cloudns-standard"; }; }; zone "kexi-project.org." in { type master; file "master/kexi-project.org.zone"; also-notify { "cloudns-standard"; }; }; zone "kdevelop.org." in { type master; file "master/kdevelop.org.zone"; also-notify { "cloudns-standard"; }; }; zone "kdenlive.org" IN { type master; file "master/kdenlive.org.zone"; also-notify { "cloudns-standard"; }; }; zone "kmymoney.org" IN { type master; file "master/kmymoney.org.zone"; also-notify { "cloudns-standard"; }; }; zone "inqlude.org" IN { type master; file "master/inqlude.org.zone"; also-notify { "cloudns-standard"; }; }; zone "k3b.org" IN { type master; file "master/k3b.org.zone"; also-notify { "cloudns-standard"; }; }; zone "skrooge.org" IN { type master; file "master/skrooge.org.zone"; + also-notify { "cloudns-standard"; }; }; zone "plasma-mobile.org" IN { type master; file "master/plasma-mobile.org.zone"; + also-notify { "cloudns-standard"; }; }; zone "qtcon.org" IN { type master; file "master/qtcon.org.zone"; }; zone "commit-digest.org" IN { type master; file "master/commit-digest.org.zone"; also-notify { "cloudns-standard"; }; }; zone "commit-digest.com" IN { type master; file "master/commit-digest.com.zone"; also-notify { "cloudns-standard"; }; }; zone "frameworks.org" IN { type master; file "master/frameworks.org.zone"; also-notify { "cloudns-standard"; }; }; zone "kdeitalia.it" IN { type master; file "master/kdeitalia.it.zone"; }; zone "krusader.org" IN { type master; file "master/krusader.org.zone"; + also-notify { "cloudns-standard"; }; }; zone "kde.gr.jp" IN { type master; file "master/kde.gr.jp.zone"; }; zone "falkon.org" IN { type master; file "master/falkon.org.zone"; also-notify { "cloudns-standard"; }; }; zone "openraster.org" IN { type master; file "master/openraster.org.zone"; }; zone "kde.ru" IN { type master; file "master/kde.ru.zone"; }; zone "kstuff.org" IN { type master; file "master/kstuff.org.zone"; + also-notify { "cloudns-standard"; }; }; zone "kdeedu.org" IN { type master; file "master/kdeedu.org.zone"; also-notify { "cloudns-standard"; }; }; zone "gcompris.net" IN { type master; file "master/gcompris.net.zone"; also-notify { "cloudns-standard"; }; }; zone "mauikit.org" IN { type master; file "master/mauikit.org.zone"; + also-notify { "cloudns-standard"; }; }; zone "kirogi.org" IN { type master; file "master/kirogi.org.zone"; }; zone "kde-china.org" IN { type master; file "master/kde-china.org.zone"; }; diff --git a/zones/kontact.org.zone b/zones/kontact.org.zone index 492d6d2..3721cae 100644 --- a/zones/kontact.org.zone +++ b/zones/kontact.org.zone @@ -1,10 +1,11 @@ $TTL 1800 -@ IN SOA a.ns.bytemark.co.uk. sysadmin.kde.org. ( - 2019082501 10800 3600 2419200 86400 ) - IN NS a.ns.bytemark.co.uk. - IN NS b.ns.bytemark.co.uk. - IN NS c.ns.bytemark.co.uk. +@ IN SOA pns31.cloudns.net. sysadmin.kde.org. ( + 2019112301 10800 3600 2419200 86400 ) + IN NS pns31.cloudns.net. + IN NS pns32.cloudns.net. + IN NS pns33.cloudns.net. + IN NS pns34.cloudns.net. @ IN MX 10 letterbox.kde.org. IN A 136.243.103.182 www IN CNAME nicoda.kde.org. diff --git a/zones/korganizer.org.zone b/zones/korganizer.org.zone index b16d6ca..3721cae 100644 --- a/zones/korganizer.org.zone +++ b/zones/korganizer.org.zone @@ -1,10 +1,11 @@ $TTL 1800 -@ IN SOA a.ns.bytemark.co.uk. sysadmin.kde.org. ( - 2018071201 10800 3600 2419200 86400 ) - IN NS a.ns.bytemark.co.uk. - IN NS b.ns.bytemark.co.uk. - IN NS c.ns.bytemark.co.uk. +@ IN SOA pns31.cloudns.net. sysadmin.kde.org. ( + 2019112301 10800 3600 2419200 86400 ) + IN NS pns31.cloudns.net. + IN NS pns32.cloudns.net. + IN NS pns33.cloudns.net. + IN NS pns34.cloudns.net. @ IN MX 10 letterbox.kde.org. IN A 136.243.103.182 www IN CNAME nicoda.kde.org. diff --git a/zones/kphotoalbum.org.zone b/zones/kphotoalbum.org.zone index 0ef8677..211c3c5 100644 --- a/zones/kphotoalbum.org.zone +++ b/zones/kphotoalbum.org.zone @@ -1,10 +1,11 @@ $TTL 1800 -@ IN SOA a.ns.bytemark.co.uk. sysadmin.kde.org. ( - 2019082501 10800 3600 2419200 86400 ) - IN NS a.ns.bytemark.co.uk. - IN NS b.ns.bytemark.co.uk. - IN NS c.ns.bytemark.co.uk. +@ IN SOA pns31.cloudns.net. sysadmin.kde.org. ( + 2019112301 10800 3600 2419200 86400 ) + IN NS pns31.cloudns.net. + IN NS pns32.cloudns.net. + IN NS pns33.cloudns.net. + IN NS pns34.cloudns.net. @ IN MX 10 letterbox.kde.org. IN A 136.243.103.182 www IN CNAME nicoda.kde.org. diff --git a/zones/krusader.org.zone b/zones/krusader.org.zone index 492d6d2..3721cae 100644 --- a/zones/krusader.org.zone +++ b/zones/krusader.org.zone @@ -1,10 +1,11 @@ $TTL 1800 -@ IN SOA a.ns.bytemark.co.uk. sysadmin.kde.org. ( - 2019082501 10800 3600 2419200 86400 ) - IN NS a.ns.bytemark.co.uk. - IN NS b.ns.bytemark.co.uk. - IN NS c.ns.bytemark.co.uk. +@ IN SOA pns31.cloudns.net. sysadmin.kde.org. ( + 2019112301 10800 3600 2419200 86400 ) + IN NS pns31.cloudns.net. + IN NS pns32.cloudns.net. + IN NS pns33.cloudns.net. + IN NS pns34.cloudns.net. @ IN MX 10 letterbox.kde.org. IN A 136.243.103.182 www IN CNAME nicoda.kde.org. diff --git a/zones/kstuff.org.zone b/zones/kstuff.org.zone index fc3b8e5..554a11d 100644 --- a/zones/kstuff.org.zone +++ b/zones/kstuff.org.zone @@ -1,19 +1,19 @@ $TTL 1800 -@ IN SOA a.ns.bytemark.co.uk. sysadmin.kde.org. ( - 2019022401 ; serial - serienummer beginnen bij 01 ! <--- - 12H ; refresh every - 2H ; retry every hour - 14D ; expire after two weeks - reccommended. - 2H ) ; minimum TTL of 2h - recommended. +@ IN SOA pns31.cloudns.net. sysadmin.kde.org. ( + 2019112301 10800 3600 2419200 86400 ) + IN NS pns31.cloudns.net. + IN NS pns32.cloudns.net. + IN NS pns33.cloudns.net. + IN NS pns34.cloudns.net. IN NS a.ns.bytemark.co.uk. IN NS b.ns.bytemark.co.uk. IN NS c.ns.bytemark.co.uk. @ IN A 136.243.156.189 @ IN AAAA 2a01:4f8:171:1f24::3 @ IN MX 10 letterbox.kde.org. ; ; servers www IN CNAME milonia.kde.org. data IN CNAME milonia.kde.org. diff --git a/zones/mauikit.org.zone b/zones/mauikit.org.zone index 2031f10..a3c0254 100644 --- a/zones/mauikit.org.zone +++ b/zones/mauikit.org.zone @@ -1,11 +1,12 @@ $TTL 1800 -@ IN SOA a.ns.bytemark.co.uk. sysadmin.kde.org. ( - 2019052201 10800 3600 2419200 86400 ) - IN NS a.ns.bytemark.co.uk. - IN NS b.ns.bytemark.co.uk. - IN NS c.ns.bytemark.co.uk. +@ IN SOA pns31.cloudns.net. sysadmin.kde.org. ( + 2019112301 10800 3600 2419200 86400 ) + IN NS pns31.cloudns.net. + IN NS pns32.cloudns.net. + IN NS pns33.cloudns.net. + IN NS pns34.cloudns.net. @ IN MX 10 letterbox.kde.org. IN A 136.243.103.178 IN AAAA 2a01:4f8:171:c9a::3 www IN CNAME edulis.kde.org. diff --git a/zones/planetkde.org.zone b/zones/planetkde.org.zone index 91eab19..d47aeef 100644 --- a/zones/planetkde.org.zone +++ b/zones/planetkde.org.zone @@ -1,18 +1,19 @@ $TTL 1800 -@ IN SOA a.ns.bytemark.co.uk. sysadmin.kde.org. ( - 2019083101 10800 3600 2419200 86400 ) - IN NS a.ns.bytemark.co.uk. - IN NS b.ns.bytemark.co.uk. - IN NS c.ns.bytemark.co.uk. +@ IN SOA pns31.cloudns.net. sysadmin.kde.org. ( + 2019112301 10800 3600 2419200 86400 ) + IN NS pns31.cloudns.net. + IN NS pns32.cloudns.net. + IN NS pns33.cloudns.net. + IN NS pns34.cloudns.net. @ IN MX 10 letterbox.kde.org. IN A 136.243.103.182 www IN CNAME nicoda.kde.org. pim IN CNAME nicoda.kde.org. fr IN CNAME nicoda.kde.org. es IN CNAME nicoda.kde.org. br IN CNAME nicoda.kde.org. pt IN CNAME nicoda.kde.org. pl IN CNAME nicoda.kde.org. it IN CNAME nicoda.kde.org. zh IN CNAME nicoda.kde.org. diff --git a/zones/plasma-active.org.zone b/zones/plasma-active.org.zone index 87b3784..bb95aa3 100644 --- a/zones/plasma-active.org.zone +++ b/zones/plasma-active.org.zone @@ -1,10 +1,11 @@ $TTL 1800 -@ IN SOA a.ns.bytemark.co.uk. sysadmin.kde.org. ( - 2018071201 10800 3600 2419200 86400 ) - IN NS a.ns.bytemark.co.uk. - IN NS b.ns.bytemark.co.uk. - IN NS c.ns.bytemark.co.uk. +@ IN SOA pns31.cloudns.net. sysadmin.kde.org. ( + 2019112301 10800 3600 2419200 86400 ) + IN NS pns31.cloudns.net. + IN NS pns32.cloudns.net. + IN NS pns33.cloudns.net. + IN NS pns34.cloudns.net. @ IN MX 10 letterbox.kde.org. IN A 87.230.15.76 www IN A 87.230.15.76 diff --git a/zones/plasma-mobile.org.zone b/zones/plasma-mobile.org.zone index c40a616..087d560 100644 --- a/zones/plasma-mobile.org.zone +++ b/zones/plasma-mobile.org.zone @@ -1,17 +1,18 @@ $TTL 1800 -@ IN SOA a.ns.bytemark.co.uk. sysadmin.kde.org. ( - 2019082901 10800 3600 2419200 86400 ) - IN NS a.ns.bytemark.co.uk. - IN NS b.ns.bytemark.co.uk. - IN NS c.ns.bytemark.co.uk. +@ IN SOA pns31.cloudns.net. sysadmin.kde.org. ( + 2019112301 10800 3600 2419200 86400 ) + IN NS pns31.cloudns.net. + IN NS pns32.cloudns.net. + IN NS pns33.cloudns.net. + IN NS pns34.cloudns.net. @ IN MX 10 letterbox.kde.org. IN A 136.243.103.182 www IN CNAME nicoda.kde.org. docs IN CNAME nicoda.kde.org. neon IN A 207.154.251.179 images IN CNAME neon.plasma-mobile.org. repo IN CNAME neon.plasma-mobile.org. build IN A 134.209.229.193 diff --git a/zones/skrooge.org.zone b/zones/skrooge.org.zone index 84ed5f0..a3c0254 100644 --- a/zones/skrooge.org.zone +++ b/zones/skrooge.org.zone @@ -1,11 +1,12 @@ $TTL 1800 -@ IN SOA a.ns.bytemark.co.uk. sysadmin.kde.org. ( - 2019012601 10800 3600 2419200 86400 ) - IN NS a.ns.bytemark.co.uk. - IN NS b.ns.bytemark.co.uk. - IN NS c.ns.bytemark.co.uk. +@ IN SOA pns31.cloudns.net. sysadmin.kde.org. ( + 2019112301 10800 3600 2419200 86400 ) + IN NS pns31.cloudns.net. + IN NS pns32.cloudns.net. + IN NS pns33.cloudns.net. + IN NS pns34.cloudns.net. @ IN MX 10 letterbox.kde.org. IN A 136.243.103.178 IN AAAA 2a01:4f8:171:c9a::3 www IN CNAME edulis.kde.org.