mirror of
https://github.com/pirate/wireguard-docs.git
synced 2025-10-03 22:36:17 +00:00
move examples to folders
This commit is contained in:
5
example-internet-browsing-vpn/server/start.sh
Normal file
5
example-internet-browsing-vpn/server/start.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
PEER_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
wg-quick up "$PEER_DIR"/wg0.conf
|
||||
wg show
|
Reference in New Issue
Block a user