mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-27 17:13:22 +08:00
README love
This commit is contained in:
parent
e868e44f1d
commit
aab614fee3
1 changed files with 14 additions and 2 deletions
16
README.md
16
README.md
|
@ -9,7 +9,17 @@ software that processes the DSL and pushes the resulting zones to
|
||||||
DNS providers such as Route53, CloudFlare, and Gandi. It can talk
|
DNS providers such as Route53, CloudFlare, and Gandi. It can talk
|
||||||
to Microsoft ActiveDirectory and it generates the most beautiful
|
to Microsoft ActiveDirectory and it generates the most beautiful
|
||||||
BIND zone files ever. It run anywhere Go runs (Linux, macOS,
|
BIND zone files ever. It run anywhere Go runs (Linux, macOS,
|
||||||
Windows).
|
Windows). The provider model is extensible, so more providers can be added.
|
||||||
|
|
||||||
|
Currently supported DNS providers:
|
||||||
|
- Active Directory
|
||||||
|
- Bind
|
||||||
|
- CloudFlare
|
||||||
|
- Gandi
|
||||||
|
- Google
|
||||||
|
- Namecheap
|
||||||
|
- Name.com
|
||||||
|
- Route 53
|
||||||
|
|
||||||
At Stack Overflow, we use this system to manage hundreds of domains
|
At Stack Overflow, we use this system to manage hundreds of domains
|
||||||
and subdomains across multiple registrars and DNS providers.
|
and subdomains across multiple registrars and DNS providers.
|
||||||
|
@ -75,6 +85,8 @@ Writing new plugins is very easy.
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
`go get github.com/StackExchange/dnsontrol`
|
```cmd
|
||||||
|
go get github.com/StackExchange/dnscontrol
|
||||||
|
```
|
||||||
|
|
||||||
or get prebuilt binaries from [github releases](https://github.com/StackExchange/dnscontrol/releases/latest).
|
or get prebuilt binaries from [github releases](https://github.com/StackExchange/dnscontrol/releases/latest).
|
||||||
|
|
Loading…
Reference in a new issue