From 54e17f5ec5afb68e8366c99cb09524bed74645c9 Mon Sep 17 00:00:00 2001 From: Ernst Date: Tue, 24 Aug 2021 17:48:52 +0200 Subject: [PATCH 1/2] Update setup-auto-dns.rst For me it has been unclear if prot 53 may not be in use in cobination to 127.0.0.1 or generally. --- docs/intermediate/setup-auto-dns.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intermediate/setup-auto-dns.rst b/docs/intermediate/setup-auto-dns.rst index a0ea94f1..81ec7dfc 100644 --- a/docs/intermediate/setup-auto-dns.rst +++ b/docs/intermediate/setup-auto-dns.rst @@ -53,7 +53,7 @@ Then you need to ensure that :ref:`env_host_port_bind` is set to ``53``. host> vi .env HOST_PORT_BIND=53 -Before starting up the Devilbox, ensure that port ``53`` is not already used on ``127.0.0.1``. +Before starting up the Devilbox, ensure that port ``53`` is not already used. .. code-block:: bash :emphasize-lines: 2 From 9cfc69e5bbc2e601ab5095088da136bb8b783a65 Mon Sep 17 00:00:00 2001 From: Eric Van Johnson Date: Wed, 13 Oct 2021 04:48:52 -0700 Subject: [PATCH 2/2] Update add-project-dns-entry-on-win.rst --- docs/howto/dns/add-project-dns-entry-on-win.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/dns/add-project-dns-entry-on-win.rst b/docs/howto/dns/add-project-dns-entry-on-win.rst index 56666578..c09cace4 100644 --- a/docs/howto/dns/add-project-dns-entry-on-win.rst +++ b/docs/howto/dns/add-project-dns-entry-on-win.rst @@ -47,7 +47,7 @@ When using Docker for Windows you can use ``127.0.0.1`` for the IP address. 127.0.0.1 project-1.loc 127.0.0.1 www.project-1.loc -3. Safe the file and verify the DNS entries with the ``ping`` command +3. Save the file and verify the DNS entries with the ``ping`` command .. code-block:: bash