mirror of
https://github.com/trailofbits/algo.git
synced 2026-08-17 21:25:50 +02:00
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:
co-authored by
Anton Patsev
parent
5c6896d307
commit
9d562831d7
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user