CZECHIA-COM
c200e654db
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
6 days ago
CZECHIA-COM
8932df57ef
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 week ago
CZECHIA-COM
eebd973f15
Fix case statement formatting in dns_czechia.sh
1 week ago
CZECHIA-COM
a0e6b975ff
Update dns_czechia.sh
fix(dnsapi): czechia plugin pass txtvalue correctly and validate inputs
1 week ago
CZECHIA-COM
3cbfe6b003
Update dns_czechia.sh
1 week ago
CZECHIA-COM
480812a7f2
Update dnsapi/dns_czechia.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 week ago
CZECHIA-COM
7b0bf24a12
Update dnsapi/dns_czechia.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 week ago
CZECHIA-COM
7211843b00
Update dnsapi/dns_czechia.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 week ago
CZECHIA-COM
3c335994ef
Update dnsapi/dns_czechia.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 week ago
CZECHIA-COM
694895e71a
Update dnsapi/dns_czechia.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 week ago
CZECHIA-COM
7915265b3b
Update dnsapi/dns_czechia.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 week ago
CZECHIA-COM
96a8a2a070
Update dns_czechia.sh
shfmt fix
1 week ago
CZECHIA-COM
962a0664e5
Update dns_czechia.sh
spellcheck fix
1 week ago
CZECHIA-COM
0e6539de01
Update dns_czechia.sh
1 week ago
CZECHIA-COM
a28ac23720
Update dns_czechia.sh
adding debug function
1 week ago
CZECHIA-COM
317fdf9690
Update dns_czechia.sh
debug: add API request and response logging for easier troubleshooting
1 week ago
CZECHIA-COM
282fd48b20
Update dns_czechia.sh
feat(dns): add debug logging to dns_czechia plugin
Log request URL, body, token and API response for both add and rm
operations to help diagnose propagation issues during CI testing.
1 week ago
CZECHIA-COM
02fb0de52f
Update dns_czechia.sh
fix: handle root hostName and already existing records for better stability
1 week ago
CZECHIA-COM
4c479887e6
Update dns_czechia.sh
fix(dns_czechia): reduce TTL to 60s to improve DNS propagation stability
1 week ago
CZECHIA-COM
b434e736f4
Update dns_czechia.sh
fix shfmt error
1 week ago
CZECHIA-COM
f741544072
Update dns_czechia.sh
fix shfmt error
1 week ago
CZECHIA-COM
1fde840042
dns_czechia: improve compatibility and fix persistence
- Switched to _saveaccountconf_mutable to ensure credentials persist correctly for renewals.
- Replaced shell suffix removal with sed for hostname derivation to ensure compatibility with older POSIX shells (fixes Debian test environment failure).
- Added dns_czechia_info for better discoverability and help documentation.
- Relaxed token sanitization to prevent corruption of valid credentials.
- Fixed indentation and removed trailing whitespace to pass shfmt checks.
1 week ago
CZECHIA-COM
3d2c84f4dc
Update dns_czechia.sh
style: remove trailing whitespace to pass shfmt
1 week ago
CZECHIA-COM
1b8456f30e
Update dns_czechia.sh
dns_czechia: technical fixes for acme.sh standards and POSIX compatibility
1 week ago
CZECHIA-COM
75d33a2538
Update dns_czechia.sh
fix: use CZ_AuthorizationToken consistently and fix API error handling
2 weeks ago
CZECHIA-COM
06fd974ecc
Update dns_czechia.sh
Removed tr and [[:space:]] to improve compatibility with minimal environments (Debian).
2 weeks ago
CZECHIA-COM
8bb68362b9
dns_czechia: fix shfmt formatting
2 weeks ago
Ludwig
03860a4978
dnsapi/dns_me: ignore "already exists" error for multi-domain support ( #6830 )
2 weeks ago
Travis
f0146bd90e
shfmt edit
2 weeks ago
CZECHIA-COM
4ceae5f7dd
Update dns_czechia.sh
3 weeks ago
CZECHIA-COM
991d153e16
Update dns_czechia.sh
dns_czechia: fix 415 error and improve API error detection
3 weeks ago
CZECHIA-COM
1f045e3007
Update dns_czechia.sh
3 weeks ago
CZECHIA-COM
1a8b2d626e
Update dns_czechia.sh
fix shfmt error
3 weeks ago
CZECHIA-COM
36b3fe2452
Update dns_czechia.sh
fix linting
3 weeks ago
CZECHIA-COM
9da66f2f0c
Update dns_czechia.sh
3 weeks ago
CZECHIA-COM
4d3bedd413
Update dns_czechia.sh
3 weeks ago
CZECHIA-COM
5c33d504c6
Update dns_czechia.sh
3 weeks ago
CZECHIA-COM
9309f83992
Update dns_czechia.sh
3 weeks ago
CZECHIA-COM
2840c6d360
Update dns_czechia.sh
3 weeks ago
CZECHIA-COM
c89ba99996
Update dns_czechia.sh
3 weeks ago
CZECHIA-COM
a3a1bd8341
Update dns_czechia.sh
3 weeks ago
CZECHIA-COM
b70a39de07
Update dns_czechia.sh
3 weeks ago
CZECHIA-COM
36550c7895
Update dns_czechia.sh
dns_czechia: sanitise and encode zone name to fix Invalid domain error
3 weeks ago
CZECHIA-COM
11b2e671bc
Update dns_czechia.sh
dns_czechia: fix formatting and normalize zone name
3 weeks ago
CZECHIA-COM
9f5ba523cb
Update dns_czechia.sh
dns_czechia: fix shfmt alignment and normalize zone name in API URL
3 weeks ago
CZECHIA-COM
81b67ad197
Update dns_czechia.sh
dns_czechia: fix syntax errors and API payload format
- Fix missing 'done' in for-loop within _czechia_pick_zone
- Correct variable naming (use _fd_input instead of _fulldomain)
- Update hostname extraction to correctly send "@" for apex domains
- Fix "Invalid domain" error by normalizing zone names in API calls
3 weeks ago
CZECHIA-COM
5e2a84b241
Update dns_czechia.sh
3 weeks ago
CZECHIA-COM
9de2dee794
Update dns_czechia.sh
fixing czechia_pick_zone
3 weeks ago
CZECHIA-COM
26f76e4e79
Update dns_czechia.sh
3 weeks ago
CZECHIA-COM
09ae283ef8
Update dns_czechia.sh
3 weeks ago