Answer the question
In order to leave comments, you need to log in
Proxy traffic from outside to Localhost?
A certain process (Jupyter notebook) is running on a MacOS computer, listening on a port at localhost:8888.
I am connecting via vpn.
Is it possible to quickly proxy using the same nc to an external ip as if I am making a request locally?
Tried something like this:
mkfifo /tmp/fifo
nc -lkv 8888 </tmp/fifo | nc localhost 8888 >/tmp/fifo
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question