and we have a zone file for epel.io and fedp.org
This commit is contained in:
parent
85acea3408
commit
c24fd7522b
2 changed files with 12 additions and 0 deletions
|
@ -60,6 +60,8 @@
|
||||||
name: fedoraproject.com
|
name: fedoraproject.com
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
server_aliases:
|
server_aliases:
|
||||||
|
- epel.io
|
||||||
|
- fedp.org
|
||||||
- fedora.asia
|
- fedora.asia
|
||||||
- fedora.com.my
|
- fedora.com.my
|
||||||
- fedora.cr
|
- fedora.cr
|
||||||
|
|
|
@ -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";
|
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" {
|
zone "fedorainfracloud.org" {
|
||||||
type master;
|
type master;
|
||||||
file "/var/named/master/built/fedorainfracloud.org";
|
file "/var/named/master/built/fedorainfracloud.org";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue