Skip to content
New issue

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

Report bugs to gcore DNS API #4460

Closed
trulyliu opened this issue Jan 9, 2023 · 4 comments
Closed

Report bugs to gcore DNS API #4460

trulyliu opened this issue Jan 9, 2023 · 4 comments
Assignees
Labels
3rd party api report bugs to dns api, deploy hooks and notification hooks

Comments

@trulyliu
Copy link
Contributor

trulyliu commented Jan 9, 2023

Steps to reproduce

Debug log

./acme.sh --issue --dns dns_gcore -d example.com -d www.example.com --debug 2
@acmesh-official acmesh-official deleted a comment from github-actions bot Jan 11, 2023
@Neilpang Neilpang added the 3rd party api report bugs to dns api, deploy hooks and notification hooks label Jan 11, 2023
@aresxc
Copy link

aresxc commented Aug 18, 2023

Gcore DNS API script is inconsistent with DNS wiki at https://github.com/acmesh-official/acme.sh/wiki/dnsapi2#dns_gcore.

The wiki shows export GCORE_KEY but we must use export GCORE_Key (Key with camelcase) to get it working.

dns_gcore.sh:

GCORE_Key="${GCORE_Key:-$(_readaccountconf_mutable GCORE_Key)}"

@trulyliu
Copy link
Contributor Author

Fixed wiki.

@reizhi
Copy link

reizhi commented Oct 21, 2023

Gcore has changed their API address to "https://api.gcore.com/dns"

trulyliu added a commit to trulyliu/acme.sh that referenced this issue Oct 27, 2023
trulyliu added a commit to trulyliu/acme.sh that referenced this issue Oct 27, 2023
Update gcore API url.
trulyliu added a commit to trulyliu/acme.sh that referenced this issue Nov 2, 2023
Neilpang added a commit that referenced this issue Nov 3, 2023
@trulyliu
Copy link
Contributor Author

trulyliu commented Nov 6, 2023

Gcore has changed their API address to "https://api.gcore.com/dns"

API address gets fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3rd party api report bugs to dns api, deploy hooks and notification hooks
Projects
None yet
Development

No branches or pull requests

4 participants