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

Added dns api support for internet.bs #1878

Merged
merged 9 commits into from
May 12, 2019
Merged

Conversation

Ne-Lexa
Copy link
Contributor

@Ne-Lexa Ne-Lexa commented Oct 12, 2018

Added internet.bs DNS API

@Ne-Lexa
Copy link
Contributor Author

Ne-Lexa commented Dec 24, 2018

dns_internetbs

dns_internetbs_add() {
fulldomain=$1
txtvalue=$2

Copy link
Member

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

return 1
fi

_saveaccountconf INTERNETBS_API_KEY "$INTERNETBS_API_KEY"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

_saveaccountconf_mutable

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@Neilpang
Copy link
Member

please fix the conflicts. and move the doc here: https://github.com/Neilpang/acme.sh/wiki/dnsapi

Thanks.

# Conflicts:
#	README.md
#	dnsapi/README.md
@Ne-Lexa
Copy link
Contributor Author

Ne-Lexa commented May 12, 2019

Conflicts have been fixed. Wiki page updated.

@Neilpang
Copy link
Member

@Ne-Lexa
Copy link
Contributor Author

Ne-Lexa commented May 12, 2019

@Neilpang, ok.
Issue #2261

@Neilpang Neilpang merged commit baca196 into acmesh-official:dev May 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants