Skip to content

Commit 82fda2e

Browse files
committed
chore(zone): add waterworks-infra boxes
1 parent e5d4fcc commit 82fda2e

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

zones/libp2p.direct

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ $TTL 300
22
$ORIGIN libp2p.direct.
33

44
;; SOA Records
5-
@ 86400 IN SOA ns1.libp2p.direct. domains.ipshipyard.com. (
6-
2025011001 ; serial
5+
;; TODO: switch to aws1.libp2p.direct after ns3 alias is removed
6+
@ 86400 IN SOA ns3.libp2p.direct. domains.ipshipyard.com. (
7+
2025011002 ; serial
78
86400 ; refresh
89
2400 ; retry
910
604800 ; expire
@@ -12,19 +13,40 @@ $ORIGIN libp2p.direct.
1213

1314
;; DNS Service
1415
;; NOTE: using subdomain here works because we have Glue Records set up at Registrar
16+
17+
;; manual legacy dev
1518
libp2p.direct. 86400 IN NS ns1.libp2p.direct.
1619
libp2p.direct. 86400 IN NS ns2.libp2p.direct.
17-
libp2p.direct. 86400 IN NS ns3.libp2p.direct.
1820

21+
;; waterworks-infra
22+
libp2p.direct. 86400 IN NS aws1.libp2p.direct.
23+
libp2p.direct. 86400 IN NS aws2.libp2p.direct.
24+
libp2p.direct. 86400 IN NS ovh1.libp2p.direct.
25+
26+
;; dev1
1927
ns1.libp2p.direct. 86400 IN A 40.160.8.207
2028
ns1.libp2p.direct. 86400 IN AAAA 2604:2dc0:101:100::265
2129

30+
;; dev2
2231
ns2.libp2p.direct. 86400 IN A 15.204.28.76
2332
ns2.libp2p.direct. 86400 IN AAAA 2604:2dc0:202:200::64e
2433

34+
;; aws-libp2p-direct-01
35+
aws1.libp2p.direct. 86400 IN A 18.188.47.119
36+
aws1.libp2p.direct. 86400 IN AAAA 2600:1f16:f2:9800:9fe5:445b:d8ae:efe3
37+
38+
;; TODO: ns3 was renamed to aws1. remove this after removing dev boxes
2539
ns3.libp2p.direct. 86400 IN A 18.188.47.119
2640
ns3.libp2p.direct. 86400 IN AAAA 2600:1f16:f2:9800:9fe5:445b:d8ae:efe3
2741

42+
;; aws-libp2p-direct-02
43+
aws2.libp2p.direct. 86400 IN A 18.219.153.245
44+
aws2.libp2p.direct. 86400 IN AAAA 2600:1f16:f2:9801:e482:8ee0:dfba:9157
45+
46+
;; ovh-libp2p-direct-01
47+
ovh1.libp2p.direct. 86400 IN A 15.204.30.239
48+
ovh1.libp2p.direct. 86400 IN AAAA 2604:2dc0:202:200::80d
49+
2850
;; Limit allowed CAs to Let's Encrypt, we discussed feasibility with them and no concerns were raised:
2951
;; https://community.letsencrypt.org/t/feedback-on-raising-certificates-per-registered-domain-to-enable-peer-to-peer-networking/223003
3052
libp2p.direct. 86400 IN CAA 0 issue "letsencrypt.org"

0 commit comments

Comments
 (0)