fix: added public dns zones filter

This commit is contained in:
Andrey Tuzhilin 2020-01-14 15:55:44 +03:00
parent ee38cccad8
commit 70fdb1042f
1 changed files with 1 additions and 1 deletions

View File

@ -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)