mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-08 23:41:45 +00:00
fix: added public dns zones filter
This commit is contained in:
parent
ee38cccad8
commit
70fdb1042f
@ -131,7 +131,7 @@ _dns_gcloud_find_zone() {
|
|||||||
filter="$filter$part. "
|
filter="$filter$part. "
|
||||||
part="$(echo "$part" | sed 's/[^.]*\.*//')"
|
part="$(echo "$part" | sed 's/[^.]*\.*//')"
|
||||||
done
|
done
|
||||||
filter="$filter)"
|
filter="$filter) AND visibility=public"
|
||||||
_debug filter "$filter"
|
_debug filter "$filter"
|
||||||
|
|
||||||
# List domains and find the zone with the deepest sub-domain (in case of some levels of delegation)
|
# List domains and find the zone with the deepest sub-domain (in case of some levels of delegation)
|
||||||
|
Loading…
Reference in New Issue
Block a user