5 lines
152 B
Plaintext
Executable File
5 lines
152 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
# https://github.com/arankaren/docker-wireguard/blob/master/root/etc/s6-overlay/s6-rc.d/svc-wireguard/run
|
|
|
|
wg-quick up wg0
|