Files
docker-wireguard/src/wgpw.sh
2024-07-14 17:59:52 +02:00

5 lines
160 B
Bash
Executable File

#!/bin/sh
# This script is intended to be run only inside a docker container, not on the development host machine
set -e
# proxy command
node /app/wgpw.mjs "$@"