Skip to content

Commit e33c32c

Browse files
authored
Merge pull request #6806 from eduartua/add-www-discovery-dns-record
Add missing DNS record for www.discovery.etcd.io
2 parents 00773a3 + c03c24b commit e33c32c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dns/zone-configs/etcd.io._0_base.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ discovery:
7575
- type: A
7676
value: 35.225.64.149
7777

78+
www.discovery:
79+
- type: A
80+
value: 35.225.64.149
81+
7882
dev.discovery:
7983
- type: A
8084
value: 35.184.241.212

0 commit comments

Comments
 (0)