mirror of
https://github.com/pirate/wireguard-docs
synced 2024-11-09 01:10:39 +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
|