and we have a zone file for epel.io and fedp.org

This commit is contained in:
Stephen Smoogen 2018-03-05 18:57:13 +00:00
parent 85acea3408
commit c24fd7522b
2 changed files with 12 additions and 0 deletions

View file

@ -60,6 +60,8 @@
name: fedoraproject.com
cert_name: "{{wildcard_cert_name}}"
server_aliases:
- epel.io
- fedp.org
- fedora.asia
- fedora.com.my
- fedora.cr

View file

@ -132,6 +132,16 @@ zone "192-255.169.211.140.in-addr.arpa" {
file "/var/named/master/built/192-255.169.211.140.in-addr.arpa";
};
zone "epel.io" {
type master;
file "/var/named/master/built/epel.io";
};
zone "fedp.org" {
type master;
file "/var/named/master/built/fedp.org";
};
zone "fedorainfracloud.org" {
type master;
file "/var/named/master/built/fedorainfracloud.org";