Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-14 00:19:47 +00:00
parent d60c0b1b4b
commit ae37c90b9f
6 changed files with 39 additions and 5 deletions

View File

@@ -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: