mirror of
https://github.com/pirate/wireguard-docs
synced 2024-11-17 03:25:48 +00:00
6 lines
117 B
Bash
6 lines
117 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
PEER_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||
|
wg-quick down "$PEER_DIR"/wg0.conf
|
||
|
wg show
|