mirror of
https://github.com/pirate/wireguard-docs.git
synced 2025-08-12 00:32:22 +00:00
fix double assignment in example
This commit is contained in:
parent
e7c31e0dfc
commit
3c9cb147b8
@ -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…
x
Reference in New Issue
Block a user