mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
DOC: Apply brand-preferred case (#429)
* Apply brand-preferred case * Apply case to own branding as well
This commit is contained in:
committed by
Tom Limoncelli
parent
608dd7af56
commit
b3e35b56a2
@@ -5,7 +5,7 @@ jsId: ACTIVEDIRECTORY_PS
|
||||
title: ActiveDirectory_PS Provider
|
||||
---
|
||||
# ActiveDirectory_PS Provider
|
||||
This provider updates an Microsoft ActiveDirectory server DNS server. It interacts with AD via PowerShell commands that are generated and executed on the local machine. This means that DNSControl must be run on a Windows host. This driver automatically deactivates itself when run on non-Windows systems.
|
||||
This provider updates an Microsoft Active Directory server DNS server. It interacts with AD via PowerShell commands that are generated and executed on the local machine. This means that DNSControl must be run on a Windows host. This driver automatically deactivates itself when run on non-Windows systems.
|
||||
|
||||
# Running on Non-Windows systems
|
||||
For debugging and testing on non-Windows systems, a "fake PowerShell" mode can be used, which will activate the driver and simulate PowerShell as follows:
|
||||
|
||||
@@ -119,7 +119,7 @@ D('example2.tld', REG_NONE, DnsProvider(CLOUDFLARE),
|
||||
DNSControl depends on a Cloudflare Global API Key that's available under "My Settings".
|
||||
|
||||
## New domains
|
||||
If a domain does not exist in your CloudFlare account, DNSControl
|
||||
If a domain does not exist in your Cloudflare account, DNSControl
|
||||
will *not* automatically add it. You'll need to do that via the
|
||||
control panel manually or via the `dnscontrol create-domains` command.
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ jsId: DIGITALOCEAN
|
||||
|
||||
## Configuration
|
||||
In your credentials file, you must provide your
|
||||
[Digitalocean OAuth Token](https://cloud.digitalocean.com/settings/applications)
|
||||
[DigitalOcean OAuth Token](https://cloud.digitalocean.com/settings/applications)
|
||||
|
||||
{% highlight json %}
|
||||
{
|
||||
|
||||
@@ -9,9 +9,9 @@ jsId: HEXONET
|
||||
HEXONET is a leading developer and operator of domain names and DNS platforms.
|
||||
Individual, service provider and registrars around the globe choose HEXONET for
|
||||
domains and DNS because of our advanced technology, operational performance and
|
||||
up-time, and most importantly for DNS expertise. DnsControl with HEXONET's DNS
|
||||
up-time, and most importantly for DNS expertise. DNSControl with HEXONET's DNS
|
||||
marries DNS automation with an industry-leading DNS platform that supports DNSSEC,
|
||||
PremiumDNS via Anycast Network, and nearly all of DnsControl's listed provider features.
|
||||
PremiumDNS via Anycast Network, and nearly all of DNSControl's listed provider features.
|
||||
|
||||
## Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user