Update README.md

This commit is contained in:
Nick Sweeting 2020-01-29 17:39:44 -05:00 committed by GitHub
parent 9c3d5dab5a
commit efca0c9d9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -423,7 +423,7 @@ iptables -t nat -A POSTROUTING -s 192.0.2.0/24 -o eth0 -j MASQUERADE
### Config Creation
```bash
nano wg0.conf # can be placed anywhere, must be referred to using absolute path
nano wg0.conf # can be placed anywhere, must be referred to using absolute path (usually placed in /etc/wireguard/wg0.conf on most Linux systems)
```
### Key Generation