1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments
patchback[bot] 99652cb06d
[PR #5818/5ad703ac backport][stable-5] nsupdate: fix zone lookup (#5852)
nsupdate: fix zone lookup (#5818)

The SOA record for an existing zone is returned as an answer RR and not
as an authority RR. It can be returned as an authority RR for subdomains
of a zone.

$ dig -t SOA example.com
;; ANSWER SECTION:
example.com.	3530	IN	SOA	ns.icann.org. noc.dns.icann.org. 2022091184 7200 3600 1209600 3600

$ dig -t SOA www.example.com
;; AUTHORITY SECTION:
example.com.	3600	IN	SOA	ns.icann.org. noc.dns.icann.org. 2022091184 7200 3600 1209600 3600

(cherry picked from commit 5ad703ac64)

Co-authored-by: n0p90 <36303164+n0p90@users.noreply.github.com>
2023-01-17 21:32:08 +01:00
..
.keep Rename changelogs/fragments/.empty -> changelogs/fragments/.keep 2020-08-07 08:17:57 +02:00
5735-terraform-init-fix-when-default-workspace-doesnt-exists.yaml [PR #5735/fc2b1aac backport][stable-5] terraform: bugfix: init command when default workspace doesn't exists (#5776) 2023-01-07 10:53:05 +01:00
5751-gem-fix-uninstall-hang.yml [PR #5751/2670215c backport][stable-5] Fix gem.py, hang on uninstall specific gem version (#5779) 2023-01-07 10:53:25 +01:00
5755-mh-fix-output-conflict.yml [PR #5755/b49bf081 backport][stable-5] ModuleHelper - fix bug when adjusting conflicting output (#5757) 2023-01-04 21:40:53 +01:00
5761-callback-types.yml [PR #5761/84ebda65 backport][stable-5] Fix callback plugin types (#5763) 2023-01-04 23:46:28 +01:00
5794-alternatives-fedora37.yml [PR #5794/3b73e7ed backport][stable-5] alternatives: make work with Fedora 37 (#5796) 2023-01-07 16:55:41 +01:00
5808-xml-children-parameter-does-not-exist.yml [PR #5808/6ec04973 backport][stable-5] xml children module parameter does not exist (#5838) 2023-01-14 18:34:45 +01:00
5818-nsupdate-fix-zone-lookup.yml [PR #5818/5ad703ac backport][stable-5] nsupdate: fix zone lookup (#5852) 2023-01-17 21:32:08 +01:00
5843-terraform-validate-no-color.yml [PR #5843/44172dda backport][stable-5] Add -no-color argument to terraform validation (#5846) 2023-01-16 23:11:10 +01:00