Clearly I meant browser.

This commit is contained in:
John Doty 2022-10-27 13:04:12 -07:00
parent ebd50c91e9
commit 5780b7a4bf

View file

@ -16,7 +16,7 @@ doty@my.laptop$ fwd some.server
Use the up and down arrow keys (or `j`/`k`) to select the port you're interested in and press `e` to toggle forwarding of that port. Use the up and down arrow keys (or `j`/`k`) to select the port you're interested in and press `e` to toggle forwarding of that port.
Now, connections to that port locally will be forwarded to the remote server. Now, connections to that port locally will be forwarded to the remote server.
If the port is something that might be interesting to a web server, you can press `<ENTER>` with the port selected to open a browser pointed at that port. If the port is something that might be interesting to a web browser, you can press `<ENTER>` with the port selected to open a browser pointed at that port.
If something is going wrong, pressing `l` will toggle logs that might explain it. If something is going wrong, pressing `l` will toggle logs that might explain it.