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/plugins
patchback[bot] 585dbc3171
[PR #5818/5ad703ac backport][stable-6] nsupdate: fix zone lookup (#5853)
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:11 +01:00
..
action Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
become Make pfexec become usable for illumos (#3889) 2022-10-05 08:26:40 +02:00
cache Normalize more booleans. (#5247) 2022-09-06 20:42:17 +02:00
callback [PR #5760/9e3a729d backport][stable-6] Improve callback docs (#5784) 2023-01-07 11:45:12 +00:00
connection chroot plugin fix inventory_hostname var for remote_addr (#5570) (#5573) 2022-11-17 07:30:00 +01:00
doc_fragments [PR #5837/3985ade3 backport][stable-6] Add PLATFORM docs fragment (#5840) 2023-01-14 19:04:28 +01:00
filter Clarification to use underscores instead of dashes in parser name (#5500) (#5509) 2022-11-08 20:32:20 +01:00
inventory [PR #5658/669d0925 backport][stable-6] Feature: Provide project field for LXD inventory plugin (#5729) 2022-12-23 11:47:47 +01:00
lookup [PR #5694/e3f02cb1 backport][stable-6] Add Support to Bitwarden Lookup for Custom Fields (#5781) 2023-01-07 10:52:40 +01:00
module_utils [PR #5765/dc531b18 backport][stable-6] ModuleHelper - lax handling of conflicting output (#5775) 2023-01-07 10:52:56 +01:00
modules [PR #5818/5ad703ac backport][stable-6] nsupdate: fix zone lookup (#5853) 2023-01-17 21:32:11 +01:00
test Fix more copyright lines, add more default copyright lines (#5095) 2022-08-08 14:24:58 +02:00