Fix grammar and spelling in documentation (#14770)

* Add missing commas, correction of spelling errors

* Fix additional grammar issues in documentation

- Fix 'ip' to 'IP' and add missing article 'the same IP'
- Fix 'openwrt' to 'OpenWrt' (proper capitalization)
- Fix 'have' to 'has' for singular subject
- Fix 'device' to 'devices' (plural)
- Fix 'threat' to 'treats' (typo)

---------

Co-authored-by: Anton Patsev <patsev.anton@gmail.com>
This commit is contained in:
Dan Guido
2025-08-03 00:46:19 -04:00
committed by GitHub
co-authored by Anton Patsev
parent 5c6896d307
commit 9d562831d7
15 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ If your Linux distribution does not use `systemd` you can bring up WireGuard wit
## Using a DNS Search Domain
As of the `v1.0.20200510` release of `wireguard-tools` WireGuard supports setting a DNS search domain. In your `wg0.conf` file a non-numeric entry on the `DNS` line will be used as a search domain. For example this:
As of the `v1.0.20200510` release of `wireguard-tools` WireGuard supports setting a DNS search domain. In your `wg0.conf` file a non-numeric entry on the `DNS` line will be used as a search domain. For example, this:
```
DNS = 172.27.153.31, fd00::b:991f, mydomain.com
```