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

DOCS: Fix many small typos (#1794)

Co-authored-by: Jeffrey Cafferata <jeffrey@jcid.nl>
This commit is contained in:
Tom Limoncelli
2022-10-30 13:56:45 -04:00
committed by GitHub
parent 705e3a03ab
commit 1aca045d5b
22 changed files with 44 additions and 41 deletions

View File

@@ -174,7 +174,7 @@ brew install dnscontrol
sudo port install dnscontrol
````
## Via [docker](https://hub.docker.com/r/stackexchange/dnscontrol/)
## Via [Docker](https://hub.docker.com/r/stackexchange/dnscontrol/)
```bash
docker run --rm -it -v $(pwd)/dnsconfig.js:/dns/dnsconfig.js -v $(pwd)/creds.json:/dns/creds.json stackexchange/dnscontrol preview
@@ -194,7 +194,7 @@ docker run --rm -it --volume="$PWD:/srv/jekyll" --volume="$PWD/vendor/bundle:/us
# (Note: The preview isn't perfect. Links that use the site.github.url variable won't work.
```
## Via Github Actions (GHA)
## Via GitHub Actions (GHA)
See [dnscontrol-action](https://github.com/koenrh/dnscontrol-action)
@@ -205,7 +205,7 @@ See [dnscontrol-action](https://github.com/koenrh/dnscontrol-action)
- **Provider OCTODNS is frozen and will be removed after Nov 1, 2022.** It was written as a joke and nobody laughed. It's time to remove the code and move on.
- **get-zones syntax changes in v3.16** Starting in v3.16, the command line arguments for `dnscontrol get-zones` changes. For backwards compatibility change `provider` to `-`. See documentation for details.
## More info at our web site
## More info at our website
The website: [https://stackexchange.github.io/dnscontrol/](https://stackexchange.github.io/dnscontrol/)