Merge "dns : add Jammy refresh servers"

This commit is contained in:
Zuul 2023-04-25 22:27:43 +00:00 committed by Gerrit Code Review
commit ca218fcb1a

View File

@ -6,8 +6,14 @@ dns_repos:
- name: zone-gating.dev
url: https://opendev.org/opendev/zone-gating.dev
dns_notify:
# ns1.opendev.org
- 104.239.140.165
# ns2.opendev.org
- 162.253.55.16
# ns03.opendev.org
- 104.239.145.127
# ns04.opendev.org
- 162.253.55.23
iptables_extra_allowed_hosts:
- protocol: tcp
port: 53
@ -15,3 +21,9 @@ iptables_extra_allowed_hosts:
- protocol: tcp
port: 53
hostname: ns2.opendev.org
- protocol: tcp
port: 53
hostname: ns03.opendev.org
- protocol: tcp
port: 53
hostname: ns04.opendev.org