Support showing and hiding anonymous ports
I'm still not convinced that showing a big list of disabled ports is the right thing to do so here's the ability to turn it off.
This commit is contained in:
parent
3430cae957
commit
eede5b0e50
2 changed files with 153 additions and 0 deletions
|
|
@ -59,12 +59,17 @@ The following commands are available while **fwd** is connected:
|
|||
**Enter**
|
||||
: Attempt to browse to localhost on the specified port with the default browser.
|
||||
|
||||
**a**
|
||||
: Hide or show anonymous ports.
|
||||
: (See "identifying ports" below for more information on anonymous ports.)
|
||||
|
||||
**e**
|
||||
: Enable or disable the selected port.
|
||||
|
||||
**l**
|
||||
: Show or hide the log window.
|
||||
|
||||
|
||||
# IDENTIFYING PORTS
|
||||
|
||||
**fwd** enumerates all of the ports that the remote server is listening on, and attempts to identify the process that is listening on each port.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue