initial import
This commit is contained in:
9
wireguard-tools/wg-quick.run
Normal file
9
wireguard-tools/wg-quick.run
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
for conf in /etc/wireguard/*.conf; do
|
||||
[ -e "$conf" ] || continue;
|
||||
wg-quick up "$conf"
|
||||
done
|
||||
|
||||
exec chpst -b wireguard pause
|
||||
Reference in New Issue
Block a user