Created How to use lexicon dns api (markdown)

master
neil 2016-05-08 18:15:36 +08:00
parent f8ada75277
commit ec60c4fc56
1 changed files with 36 additions and 0 deletions

@ -0,0 +1,36 @@
## lexicon is a python tool for a number dns providers.
As I'm writing this doc, it supports the following dns api:
The current supported providers are:
* Cloudflare
* DigitalOcean
* DNSimple
* DnsMadeEasy
* DNSPark
* EasyDNS
* Namesilo
* NS1
* PointHQ
* Rage4
* Vultr
You can check its project page: https://github.com/AnalogJ/lexicon
You must install `python` and `lexicon` before using it.
## Examples:
### 1. Using lexicon cloudflare api:
```
export LEXICON_CLOUDFLARE_USERNAME="xxxx@xxx.com"
export LEXICON_CLOUDFLARE_TOKEN="XXXXXXXXXXXXXXX"
acme.sh --issue -d test.acme.sh --dns dns_lexicon
```
For more examples, please check lexicon page: https://github.com/AnalogJ/lexicon