User permissions --real-user
User permissions --real-user
The Node will refuse to run unless it can relinquish root privileges once it has opened its ports. Long-running root-privileged servers with network access are a serious security risk.
If you are running on Linux or using a Docker container that doesnβt have a non-root user, thatβs a problem.
If it does have a non-root user, specify that userβs uid, gid, and home directory to masq:
masq setup βreal-user 1000:1000:/home/username
Last updated