mirror of
https://github.com/pirate/wireguard-docs.git
synced 2026-01-23 02:15:13 +00:00
5 lines
117 B
Bash
5 lines
117 B
Bash
#!/bin/bash
|
|
|
|
PEER_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
wg-quick down "$PEER_DIR"/wg0.conf
|
|
wg show
|