We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Even though the instance is assumed to be a burner, make it use something less-privileged than the root-user.
The text was updated successfully, but these errors were encountered:
This requires the use of high-ports and related iptables rules.
The only way I found is by using something like:
iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 50080
Is there any other effective way?
Sorry, something went wrong.
There are some other ways such as using authbind and CAP_NET_BIND_SERVICE (https://superuser.com/questions/710253/allow-non-root-process-to-bind-to-port-80-and-443) but I'm not sure if these are better in any way.
No branches or pull requests
Even though the instance is assumed to be a burner, make it use something less-privileged than the root-user.
The text was updated successfully, but these errors were encountered: