-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Added dns api support for internet.bs #1878
Conversation
dns_internetbs_add() { | ||
fulldomain=$1 | ||
txtvalue=$2 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please use _readaccountconf_mutable
to read INTERNETBS_API_KEY and INTERNETBS_API_PASSWORD here.
just like https://github.com/Neilpang/acme.sh/blob/master/dnsapi/dns_cf.sh#L17
dnsapi/dns_internetbs.sh
Outdated
return 1 | ||
fi | ||
|
||
_saveaccountconf INTERNETBS_API_KEY "$INTERNETBS_API_KEY" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
_saveaccountconf_mutable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
# Conflicts: # README.md # dnsapi/README.md
please fix the conflicts. and move the doc here: https://github.com/Neilpang/acme.sh/wiki/dnsapi Thanks. |
# Conflicts: # README.md # dnsapi/README.md
Conflicts have been fixed. Wiki page updated. |
Added internet.bs DNS API