simple answer is:
echo " rdr pass inet proto tcp from any to any port 80 -> 127.0.0.1 port 3000 " | sudo pfctl -ef -
long - read this post: https://salferrarello.com/mac-pfctl-port-forwarding/
simple answer is:
echo "
rdr pass inet proto tcp from any to any port 80 -> 127.0.0.1 port 3000
" | sudo pfctl -ef -
long - read this post:
https://salferrarello.com/mac-pfctl-port-forwarding/