6 lines
212 B
Plaintext
6 lines
212 B
Plaintext
|
#!/usr/bin/with-contenv bash
|
||
|
# shellcheck shell=bash
|
||
|
# https://github.com/linuxserver/docker-wireguard/blob/44220d0e9ba3846a519248a5bcd5151e682af127/root/etc/s6-overlay/s6-rc.d/svc-wireguard/run
|
||
|
|
||
|
wg-quick up wg0
|