Skip to main content

Google Cloud DNS diagnostics

v0.1.0

Read-only Cloud DNS diagnostics for managed zones, DNSSEC, exact record lookups, server policies, response policies, and response-policy rules. Zone-wide record dumps are intentionally excluded.

6 allowed by default
Pack ID
gcp-dns
Vendor
emisar
OS
linux
Actions
6
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
gcloud jq

Install

emisar pack install fetches this pack, re-validates it, and verifies its content hash against the --hash below — the exact bytes this page was rendered against, so a tampered copy is rejected — before copying it into the runner's packs dir. The command reloads a running daemon itself; no manual restart.

on the runner host
sudo emisar pack install gcp-dns --hash sha256:570965ac547b3b368d108e4e5f2b0baaa12a170b2bf393a770542e7113027600

Actions 6 total

View on GitHub
  • gcp.dns_policies script low

    gcloud dns policies list

    List bounded Cloud DNS server policies, networks, forwarding targets, and logging state.

    View source on GitHub
  • gcp.dns_record_lookup script low

    gcloud dns record-sets list --name --type

    Look up one exact DNS name and record type in a managed zone.

    View source on GitHub
  • gcp.dns_response_policies script low

    gcloud dns response-policies list

    List bounded Cloud DNS response policies and attached networks or GKE clusters.

    View source on GitHub
  • gcp.dns_response_policy_rules script low

    gcloud dns response-policies rules list

    List bounded DNS names, behavior, and local record data in one response policy.

    View source on GitHub
  • gcp.dns_zone_describe script low

    gcloud dns managed-zones describe

    Show one managed zone's visibility, DNSSEC, nameservers, and forwarding or peering topology.

    View source on GitHub
  • gcp.dns_zones script low

    gcloud dns managed-zones list

    List bounded managed-zone visibility, DNSSEC, nameservers, and forwarding or peering topology.

    View source on GitHub