Browse Source
Update dns_czechia.sh
adding two debug checks
pull/6764/head
CZECHIA-COM
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
dnsapi/dns_czechia.sh
|
|
|
@ -83,6 +83,8 @@ _czechia_load_conf() { |
|
|
|
} |
|
|
|
|
|
|
|
_czechia_pick_zone() { |
|
|
|
_debug "Vstupni domena: $_fulldomain" |
|
|
|
_debug "Dostupne zony: $CZ_Zones" |
|
|
|
_fulldomain="$1" |
|
|
|
_fd=$(echo "$_fulldomain" | _lower_case | sed 's/\.$//') |
|
|
|
_best_zone="" |
|
|
|
|