Update README.md

This commit is contained in:
2025-03-01 19:00:11 -05:00
parent 37b120d2e5
commit b7373d6da5
2 changed files with 77 additions and 18 deletions

View File

@@ -30,7 +30,7 @@ setup() {
done_cmd="sh -c 'echo DONE > \"$chan\"'"
/usr/bin/tun2socks -device "$device" -proxy "$proxy" -tun-post-up "$done_cmd" &
tun2socks -device "$device" -proxy "$proxy" -tun-post-up "$done_cmd" &
echo "$!" >"$pidfile"
read -r status <"$chan"