fix double assignment in example

This commit is contained in:
Nick Sweeting 2019-06-04 17:13:34 -04:00 committed by GitHub
parent e7c31e0dfc
commit 3c9cb147b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1000,7 +1000,7 @@ You can also build a dynamic allocation system yourself by reading in IP values
```ini ```ini
[Interface] [Interface]
... ...
PostUp = PostUp = wg set %i allowed-ips /etc/wireguard/wg0.key <(some command) PostUp = wg set %i allowed-ips /etc/wireguard/wg0.key <(some command)
``` ```
### Other WireGuard Implementations ### Other WireGuard Implementations