Skip to content

Commit 4a3986f

Browse files
committed
Fix typos in docs
Signed-off-by: Rob Gill <[email protected]>
1 parent f141fc2 commit 4a3986f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Please make sure you fork the repo and change the clone URL in the example below
4242
pip3 install -r requirements.txt
4343
```
4444

45-
- Enter the virtual enviorment (if exited):
45+
- Enter the virtual environment (if exited):
4646

4747
```bash
4848
source .venv/bin/activate

docs/abbreviations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*[API]: Application Programming Interface (a set of subroutine definitions, protocols, and tools for building application software)
44
*[CSRF]: Cross-site request forgery
55
*[DNS]: Domain Name Service (decentralized naming system for computers, services, or other resources connected to the Internet)
6-
*[DnyDNS]: Dynamic DNS record pointing to a frequently changing IP address
6+
*[DynDNS]: Dynamic DNS record pointing to a frequently changing IP address
77
*[DHCP]: Dynamic Host Configuration Protocol (network management protocol for configuring Internet Protocol version 4 (IPv4) hosts with IP addresses)
88
*[DHCPv6]: Dynamic Host Configuration Protocol version 6 (a network protocol for configuring Internet Protocol version 6 (IPv6) hosts with IP addresses)
99
*[FTL]: Pi-hole's Faster Than Light daemon

docs/ftldns/dnsmasq_warn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Warnings commonly seen in `dnsmasq`'s log file (`/var/log/pihole/pihole.log`) an
179179

180180
!!! warning "LOUD WARNING: listening on `ADDRESS` may accept requests via interfaces other than `IFNAME`"
181181

182-
When using `bind-interfaces`, the only access control is the addresses `dnsmasq` is listening on. There's nothing to avoid a query to the address of an internal interface arriving via an external interface where we don't want to accept queries, except that in the usual case the addresses of internal interfaces are RFC1918. When `bind-interfaces` in use, and we listen on an address that looks like it's probably globally routeable, this warning is printed.
182+
When using `bind-interfaces`, the only access control is the addresses `dnsmasq` is listening on. There's nothing to avoid a query to the address of an internal interface arriving via an external interface where we don't want to accept queries, except that in the usual case the addresses of internal interfaces are RFC1918. When `bind-interfaces` in use, and we listen on an address that looks like it's probably globally routable, this warning is printed.
183183

184184
!!! warning "LOUD WARNING: use --bind-dynamic rather than --bind-interfaces to avoid DNS amplification attacks via these interface(s)"
185185

docs/guides/vpn/openvpn/dynDNS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ daemon_interval="300"
6969

7070
### Example: Strato DynDNS
7171

72-
In the following, we give an example of how to set up `ddclient` using the German Internet hosting provider Strato. First, you need to create a subdomain. Then you need to enable DnyDNS for this domain:
72+
In the following, we give an example of how to set up `ddclient` using the German Internet hosting provider Strato. First, you need to create a subdomain. Then you need to enable DynDNS for this domain:
7373

7474
![](Strato-DynDNS-Domain.png)
7575

0 commit comments

Comments
 (0)