1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

update README to include NS1 as a provider (#240)

This commit is contained in:
Derek Argueta
2017-10-18 06:19:41 -07:00
committed by Tom Limoncelli
parent 01e6508487
commit 63498c3ff3

View File

@@ -22,6 +22,7 @@ Currently supported DNS providers:
- Google
- Namecheap
- Name.com
- NS1
- Route 53
- SoftLayer
- Vultr
@@ -106,4 +107,4 @@ Get prebuilt binaries from [github releases](https://github.com/StackExchange/dn
```
docker run --rm -it -v $(pwd)/dnsconfig.js:/dns/dnsconfig.js -v $(pwd)/creds.json:/dns/creds.json stackexchange/dnscontrol dnscontrol preview
```
```