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

DOCS: Typo GitHub (#2570)

Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
Jeffrey Cafferata
2023-09-29 19:50:42 +02:00
committed by GitHub
parent dd23e88f9f
commit e29642fb52
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ sudo port install dnscontrol
### Docker ### Docker
You can use DNSControl locally using the Docker image from [Docker hub](https://hub.docker.com/r/stackexchange/dnscontrol/) or [Github Container Registry](https://github.com/stackexchange/dnscontrol/pkgs/container/dnscontrol) and the command below. You can use DNSControl locally using the Docker image from [Docker hub](https://hub.docker.com/r/stackexchange/dnscontrol/) or [GitHub Container Registry](https://github.com/stackexchange/dnscontrol/pkgs/container/dnscontrol) and the command below.
```shell ```shell
docker run --rm -it -v "$(pwd):/dns" ghcr.io/stackexchange/dnscontrol preview docker run --rm -it -v "$(pwd):/dns" ghcr.io/stackexchange/dnscontrol preview

View File

@ -6,7 +6,7 @@ They provide support in English and other regional variants (Norwegian, Serbian,
This plugin is based on API documents found at This plugin is based on API documents found at
[https://www.loopia.com/api/](https://www.loopia.com/api/) [https://www.loopia.com/api/](https://www.loopia.com/api/)
and by observing API responses. Hat tip to Github @hazzeh whose code for the and by observing API responses. Hat tip to GitHub @hazzeh whose code for the
LEGO Loopia implementation was helpful. LEGO Loopia implementation was helpful.
Sadly the Loopia API has some problems: Sadly the Loopia API has some problems:
@ -70,7 +70,7 @@ There is no test endpoint. Fly free, grasshopper.
Turning on debug will show the XML requests and responses, and include the Turning on debug will show the XML requests and responses, and include the
username and password from your `creds.json` file. If you want to share these, username and password from your `creds.json` file. If you want to share these,
like for a Github issue, be sure to redact those from the XML. like for a GitHub issue, be sure to redact those from the XML.
### Fetch Apex NS Entries ### Fetch Apex NS Entries