mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 19:58:16 +00:00
Update cheatsheets
This commit is contained in:
@@ -15,7 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Run a Chisel server listening to a specific port:
|
||||
|
||||
`chisel server -p {{server_port}}`
|
||||
`chisel server {{[-p|--port]}} {{server_port}}`
|
||||
|
||||
- Run a chisel server that accepts authenticated connections using username and password:
|
||||
|
||||
@@ -35,7 +35,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Initialize a Chisel server in reverse mode on a specific port, also enabling SOCKS5 proxy (on port 1080) functionality:
|
||||
|
||||
`chisel server -p {{server_port}} --reverse --socks5`
|
||||
`chisel server {{[-p|--port]}} {{server_port}} --reverse --socks5`
|
||||
|
||||
- Connect to a Chisel server at specific IP and port, creating a reverse tunnel mapped to a local SOCKS proxy:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user