fixing client issues for uspace, fwmark, vpn

This commit is contained in:
afeiszli
2021-11-29 04:34:11 -05:00
parent 07b2055abf
commit 801919ab0d
14 changed files with 122 additions and 41 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/sh
echo "[netclient] joining network"
if [ -z "${SLEEP}" ]; then
@@ -11,6 +12,7 @@ if [ "$TOKEN" != "" ]; then
fi
/root/netclient join $TOKEN_CMD -daemon off -dnson no
if [ $? -ne 0 ]; then { echo "Failed to join, quitting." ; exit 1; } fi
echo "[netclient] Starting netclient checkin"
# loop and call checkin -n all