Difference between revisions of "Socat"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
(One intermediate revision by the same user not shown)
Line 1: Line 1:
  
  
Forward port 80 to localhost:8090
+
'''Forward''' port 80 to localhost:8090
socat TCP-LISTEN:80,fork TCP:127.0.0.1:8090
+
* <code>socat TCP-LISTEN:80,fork TCP:127.0.0.1:8090</code>
  
  

Revision as of 07:42, 27 March 2020


Forward port 80 to localhost:8090

  • socat TCP-LISTEN:80,fork TCP:127.0.0.1:8090


See also

Advertising: