mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Website fixes (Part 1) (#223)
* Fixed base template - Made responsive for small screens - Added DOCTYPE - Added meta charset * Added page titles * Beautified CSS
This commit is contained in:
committed by
Tom Limoncelli
parent
2cfd67e4fa
commit
a202b8ae53
@@ -2,6 +2,7 @@
|
||||
name: ActiveDirectory_PS
|
||||
layout: default
|
||||
jsId: ACTIVEDIRECTORY_PS
|
||||
title: ActiveDirectory_PS Provider
|
||||
---
|
||||
# ActiveDirectory_PS Provider
|
||||
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
---
|
||||
name: Bind
|
||||
name: BIND
|
||||
title: BIND Provider
|
||||
layout: default
|
||||
jsId: BIND
|
||||
---
|
||||
# Bind Provider
|
||||
# BIND Provider
|
||||
|
||||
This provider simply maintains a directory with a collection of .zone files. We currently copy zone files to our production servers and restart bind via
|
||||
a script external to DNSControl.
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
name: Cloudflare
|
||||
title: Cloudflare Provider
|
||||
layout: default
|
||||
jsId: CLOUDFLAREAPI
|
||||
---
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
---
|
||||
name: Digitalocean
|
||||
name: DigitalOcean
|
||||
title: DigitalOcean Provider
|
||||
layout: default
|
||||
jsId: DIGITALOCEAN
|
||||
---
|
||||
# Digitalocean Provider
|
||||
# DigitalOcean Provider
|
||||
|
||||
## Configuration
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
---
|
||||
name: Dnsimple
|
||||
name: DNSimple
|
||||
title: DNSimple Provider
|
||||
layout: default
|
||||
jsId: DNSIMPLE
|
||||
---
|
||||
# Dnsimple Provider
|
||||
|
||||
# DNSimple Provider
|
||||
## Configuration
|
||||
|
||||
In your providers config json file you must provide a DNSimple account access token:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
name: Gandi
|
||||
title: Gandi Provider
|
||||
layout: default
|
||||
jsId: GANDI
|
||||
---
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
---
|
||||
name: "Google cloud DNS"
|
||||
name: Google Cloud DNS
|
||||
title: Google Cloud DNS Provider
|
||||
layout: default
|
||||
jsId: GCLOUD
|
||||
---
|
||||
|
||||
# Google cloud DNS Provider
|
||||
# Google Cloud DNS Provider
|
||||
|
||||
## Configuration
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
name: "Name.com"
|
||||
name: Name.com
|
||||
title: Name.com Provider
|
||||
layout: default
|
||||
jsId: NAMEDOTCOM
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: "Namecheap"
|
||||
name: Namecheap Provider
|
||||
layout: default
|
||||
jsId: NAMECHEAP
|
||||
---
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
name: NS1
|
||||
title: NS1 Provider
|
||||
layout: default
|
||||
jsId: NS1
|
||||
---
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
name: "SoftLayer DNS"
|
||||
name: SoftLayer DNS
|
||||
title: SoftLayer DNS Provider
|
||||
layout: default
|
||||
jsId: SOFTLAYER
|
||||
---
|
||||
@@ -8,7 +9,7 @@ jsId: SOFTLAYER
|
||||
|
||||
## Configuration
|
||||
|
||||
To authenticate with softlayer requires at least a `username` and `api_key` for authentication.
|
||||
To authenticate with SoftLayer requires at least a `username` and `api_key` for authentication.
|
||||
It can also optionally take a `timeout` and `endpoint_url` parameter however these are optional and will use standard defaults if not provided.
|
||||
These can be supplied via the standard 'creds.json' like so:
|
||||
{% highlight json %}
|
||||
|
||||
Reference in New Issue
Block a user