forked from mirrors/amnezia-wg-easy
rewrite in js
This commit is contained in:
parent
8bfcb5d502
commit
883ca34182
10 changed files with 85 additions and 430 deletions
6
wg-password/wgpw.sh
Executable file
6
wg-password/wgpw.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
# This script is intended to be run only inside a docker container, not on the development host machine
|
||||
set -e
|
||||
# proxy command
|
||||
export NODE_PATH="/node_modules_wg"
|
||||
node /wgpw/index.mjs "$@"
|
Loading…
Add table
Add a link
Reference in a new issue