Skip to content

Instantly share code, notes, and snippets.

@markobrien1
Created October 11, 2021 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markobrien1/4f283c2d4c8f9d70d7f26263185cf481 to your computer and use it in GitHub Desktop.
Save markobrien1/4f283c2d4c8f9d70d7f26263185cf481 to your computer and use it in GitHub Desktop.
diff --git a/master/168.192.in-addr.arpa b/master/168.192.in-addr.arpa
index 8bb0ff738..c9fbc5518 100644
--- a/master/168.192.in-addr.arpa
+++ b/master/168.192.in-addr.arpa
@@ -3,7 +3,7 @@ $TTL 86400
@ IN SOA 168.192.in-addr.arpa. 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).
- 2021071201 ; Serial
+ 2021101101 ; Serial
3600 ; Refresh
600 ; Retry
1000000 ; Expire
@@ -301,6 +301,7 @@ $TTL 86400
27.100 IN PTR armv7-test01.vpn.fedoraproject.org.
28.100 IN PTR armv7-test02.vpn.fedoraproject.org.
29.100 IN PTR vmhost-p08-copr02.vpn.fedoraproject.org.
+30.100 IN PTR f35-test.vpn.fedoraproject.org.
diff --git a/master/fedorainfracloud.org b/master/fedorainfracloud.org
index f1cbdaf74..4d5fa91f6 100644
--- a/master/fedorainfracloud.org
+++ b/master/fedorainfracloud.org
@@ -1,7 +1,7 @@
; -*- mode: zone -*-
$TTL 3600
@ IN SOA ns-iad01.fedoraproject.org. hostmaster.fedoraproject.org. (
- 2021093001 ; Serial
+ 2021101101 ; Serial
3602 ; Refresh
600 ; Retry
1000000 ; Expire
@@ -72,6 +72,7 @@ f30-test IN A 54.203.119.238
f31-test IN A 18.236.249.205
f32-test IN A 35.160.217.3
f33-test IN A 35.163.12.52
+f35-test IN A 38.145.60.11
rawhide-test IN A 35.160.127.57
;
aarch64-test01 IN A 34.215.168.74
diff --git a/master/vpn.fedoraproject.org b/master/vpn.fedoraproject.org
index 9369cced2..355f340e3 100644
--- a/master/vpn.fedoraproject.org
+++ b/master/vpn.fedoraproject.org
@@ -3,7 +3,7 @@ $TTL 300
@ IN SOA ns-iad01.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).
- 2021071201 ; Serial
+ 2021101101 ; Serial
3600 ; Refresh
600 ; Retry
1000000 ; Expire
@@ -199,6 +199,7 @@ people3 IN CNAME people03
f32-test IN A 192.168.100.14
f33-test IN A 192.168.100.15
f34-test IN A 192.168.100.16
+f35-test IN A 192.168.100.30
rawhide-test IN A 192.168.100.17
el7-test IN A 192.168.100.18
el8-test IN A 192.168.100.19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment