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/modules
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
..
cloud [PR #5843/44172dda backport][stable-5] Add -no-color argument to terraform validation (#5846) 2023-01-16 23:11:10 +01:00
clustering [PR #5767/217a62ac backport][stable-5] consul: minor fixes in docs (#5770) 2023-01-06 15:17:43 +01:00
database Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5528) 2022-11-09 21:19:06 +01:00
files [PR #5808/6ec04973 backport][stable-5] xml children module parameter does not exist (#5838) 2023-01-14 18:34:45 +01:00
identity [PR #5619/f0b3bba0 backport][stable-5] Fix keycloak_client_rolemapping role removal and diff (#5655) 2022-12-05 05:47:14 +00:00
monitoring Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5528) 2022-11-09 21:19:06 +01:00
net_tools [PR #5818/5ad703ac backport][stable-5] nsupdate: fix zone lookup (#5852) 2023-01-17 21:32:08 +01:00
notification Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5528) 2022-11-09 21:19:06 +01:00
packaging [PR #5751/2670215c backport][stable-5] Fix gem.py, hang on uninstall specific gem version (#5779) 2023-01-07 10:53:25 +01:00
remote_management short_description fix batch 2 (#5520) (#5522) 2022-11-09 14:08:55 +01:00
source_control [PR #5699/25be366c backport][stable-5] Fixed github_release docs: only module-specific returned key is tag (#5700) 2022-12-18 09:25:50 +01:00
storage Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5528) 2022-11-09 21:19:06 +01:00
system [PR #5794/3b73e7ed backport][stable-5] alternatives: make work with Fedora 37 (#5796) 2023-01-07 16:55:41 +01:00
web_infrastructure [PR #5741/06d72dfe backport][stable-5] htpasswd: improve documentation on crypt_scheme (#5748) 2022-12-31 08:14:57 +01:00