Unverified Commit 5aa0f547 authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #2691 from astorath/fix/dns_gcloud_private_zone

fix: added public dns zones filter
parents 0712e989 70fdb104
......@@ -131,7 +131,7 @@ _dns_gcloud_find_zone() {
filter="$filter$part. "
part="$(echo "$part" | sed 's/[^.]*\.*//')"
done
filter="$filter)"
filter="$filter) AND visibility=public"
_debug filter "$filter"
# List domains and find the zone with the deepest sub-domain (in case of some levels of delegation)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment