Adding sting to servers.

This commit is contained in:
Joseph Hanson 2023-05-07 10:36:12 -05:00
parent e09155671e
commit 295595bd14
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 4 additions and 2 deletions

View file

@ -5,7 +5,7 @@
$TTL 3600 $TTL 3600
$ORIGIN 1.10.in-addr.arpa. $ORIGIN 1.10.in-addr.arpa.
@ 3600 IN SOA gateway.jahanson.tech. gateway.jahanson.tech. ( @ 3600 IN SOA gateway.jahanson.tech. gateway.jahanson.tech. (
1683235219 ; serial number (epoch timestamp) 1683473430 ; serial number (epoch timestamp)
7200 ; refresh period 7200 ; refresh period
3600 ; retry period 3600 ; retry period
1209600 ; expire time 1209600 ; expire time
@ -23,6 +23,7 @@ $ORIGIN in-addr.arpa.
; Servers ; Servers
11.1.1.10 IN PTR elessar.jahanson.tech. 11.1.1.10 IN PTR elessar.jahanson.tech.
21.1.1.10 IN PTR sting.jahanson.tech.
31.1.1.10 IN PTR gandalf.jahanson.tech. 31.1.1.10 IN PTR gandalf.jahanson.tech.
32.1.1.10 IN PTR glamdring.jahanson.tech. 32.1.1.10 IN PTR glamdring.jahanson.tech.
33.1.1.10 IN PTR shadowfax.jahanson.tech. 33.1.1.10 IN PTR shadowfax.jahanson.tech.

View file

@ -5,7 +5,7 @@
$TTL 3600 $TTL 3600
$ORIGIN jahanson.tech. $ORIGIN jahanson.tech.
@ 3600 IN SOA gateway.jahanson.tech. gateway.jahanson.tech. ( @ 3600 IN SOA gateway.jahanson.tech. gateway.jahanson.tech. (
1683235219 ; serial number (epoch timestamp) 1683473430 ; serial number (epoch timestamp)
7200 ; refresh period 7200 ; refresh period
3600 ; retry period 3600 ; retry period
1209600 ; expire time 1209600 ; expire time
@ -20,6 +20,7 @@ gateway IN A 10.1.0.1
; Servers ; Servers
elessar IN A 10.1.1.11 elessar IN A 10.1.1.11
sting IN A 10.1.1.12
gandalf IN A 10.1.1.31 gandalf IN A 10.1.1.31
glamdring IN A 10.1.1.32 glamdring IN A 10.1.1.32
shadowfax IN A 10.1.1.33 shadowfax IN A 10.1.1.33