launch_socket_server

Bind to privileged ports without running a server as root

brewmacoslinux
Try with needOr install directly
Source

About

Bind to privileged ports without running a server as root

Commands

launch_socket_server

Examples

Start a socket server listening on privileged port 80$ launch_socket_server 80
Bind to port 443 and forward connections to local service$ launch_socket_server 443 --target 8443
Run a server on privileged port with specific configuration$ launch_socket_server --port 8080 --service myapp