Commit ee50f254 authored by Arnaud Launay's avatar Arnaud Launay
Browse files

Add BookMyName API support

parent cc0be6cd
...@@ -13,15 +13,15 @@ ...@@ -13,15 +13,15 @@
# Please Read this guide first: https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Dev-Guide # Please Read this guide first: https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Dev-Guide
# BMN urls: # BookMyName urls:
# https://BMN_USER:BMN_PASSWORD@www.bookmyname.com/dyndns/?hostname=_acme-challenge.domain.tld&type=txt&ttl=300&do=add&value="XXXXXXXX"' # https://BOOKMYNAME_USERNAME:BOOKMYNAME_PASSWORD@www.bookmyname.com/dyndns/?hostname=_acme-challenge.domain.tld&type=txt&ttl=300&do=add&value="XXXXXXXX"'
# https://BMN_USER:BMN_PASSWORD@www.bookmyname.com/dyndns/?hostname=_acme-challenge.domain.tld&type=txt&ttl=300&do=remove&value="XXXXXXXX"' # https://BOOKMYNAME_USERNAME:BOOKMYNAME_PASSWORD@www.bookmyname.com/dyndns/?hostname=_acme-challenge.domain.tld&type=txt&ttl=300&do=remove&value="XXXXXXXX"'
# Output: # Output:
#good: update done, cid 123456, domain id 456789, type txt, ip XXXXXXXX #good: update done, cid 123456, domain id 456789, type txt, ip XXXXXXXX
#good: remove done 1, cid 123456, domain id 456789, ttl 300, type txt, ip XXXXXXXX #good: remove done 1, cid 123456, domain id 456789, ttl 300, type txt, ip XXXXXXXX
# Be careful, BookMyName DNS servers can be slow to pick up changes; using dnssleep is thus advised. # Be careful, BMN DNS servers can be slow to pick up changes; using dnssleep is thus advised.
# Usage: # Usage:
# export BOOKMYNAME_USERNAME="ABCDE-FREE" # export BOOKMYNAME_USERNAME="ABCDE-FREE"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment