fix double assignment in example

pull/15/head
Nick Sweeting 5 years ago committed by GitHub
parent e7c31e0dfc
commit 3c9cb147b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1000,7 +1000,7 @@ You can also build a dynamic allocation system yourself by reading in IP values
```ini
[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

Loading…
Cancel
Save