Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Under openwrt program do not run in background without nohup. #328

Closed
baiomys opened this issue Aug 4, 2024 · 1 comment
Closed

Under openwrt program do not run in background without nohup. #328

baiomys opened this issue Aug 4, 2024 · 1 comment
Labels

Comments

@baiomys
Copy link

baiomys commented Aug 4, 2024

Not working:

/usr/bin/wstunnel client -L 'socks5://0.0.0.0:3228' -L 'udp://52820:localhost:52820?timeout_sec=0' \
 --connection-min-idle 5 --tls-sni-override vk.com --http-headers 'Host: vk.com' \
--http-upgrade-path-prefix 'somepath' --log-lvl OFF \
wss://someserver:443  2>/dev/null &

Seem to work:

/usr/bin/nohup /usr/bin/wstunnel client -L 'socks5://0.0.0.0:3228' -L 'udp://52820:localhost:52820?timeout_sec=0' \
 --connection-min-idle 5 --tls-sni-override vk.com --http-headers 'Host: vk.com' \
--http-upgrade-path-prefix 'somepath' --log-lvl OFF \
wss://someserver:443 &
@baiomys baiomys added the bug label Aug 4, 2024
Copy link

github-actions bot commented Aug 4, 2024

Hello @baiomys 👋

This issue is being automatically closed because it does not follow the issue template.

@github-actions github-actions bot closed this as completed Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant