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