We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cat /etc/config/acme
config cert '_redacted_' option enabled '1' list domains '_redacted_' option update_uhttpd '1' option validation_method 'dns' option dns 'dns_dnsexit' list credentials 'DNSEXIT_API_KEY=_redacted_' list credentials 'DNSEXIT_AUTH_USER=_redacted_' list credentials 'DNSEXIT_AUTH_PASS=_redacted_' option dalias '_acme-challenge-_redacted_' option days '170' option use_acme_server '1' option staging '0' option key_type 'ec256'
when /etc/config/acme has option dns 'dns_dnsexit' the field DNS api is empty (you cannot select DNSExit.com)
/etc/config/acme
option dns 'dns_dnsexit'
You should be able to select DNSExit.com
The solution is simple: just add to /www/luci-static/resources/view/acme.js: o.value('dns_dnsexit', 'DNSExit.com'); between the lines
/www/luci-static/resources/view/acme.js
o.value('dns_dnsexit', 'DNSExit.com');
o.value('dns_dgon', 'DigitalOcean.com'); o.value('dns_dnshome', 'dnsHome.de');
{ "kernel": "6.6.67", "hostname": "nelson", "system": "ARMv7 Processor rev 0 (v7l)", "model": "TP-Link Archer C2600", "board_name": "tplink,c2600", "rootfs_type": "squashfs", "release": { "distribution": "OpenWrt", "version": "24.10.0-rc4", "revision": "r28211-d55754ce0d", "target": "ipq806x/generic", "description": "OpenWrt 24.10.0-rc4 r28211-d55754ce0d", "builddate": "1734915335" } }
No response
The text was updated successfully, but these errors were encountered:
A better solution is suggested in PR #7515
Sorry, something went wrong.
@tohojo
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
screenshots or captures
cat /etc/config/acme
Actual behaviour
when
/etc/config/acme
hasoption dns 'dns_dnsexit'
the field DNS api is empty (you cannot select DNSExit.com)
Expected behaviour
You should be able to select DNSExit.com
The solution is simple:
just add to
/www/luci-static/resources/view/acme.js
:o.value('dns_dnsexit', 'DNSExit.com');
between the lines
Steps to reproduce
Additional Information
What browsers do you see the problem on?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: