6 lines
212 B
Plaintext
Executable File
6 lines
212 B
Plaintext
Executable File
#!/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
|