Skip to content

Commit f3a9449

Browse files
committed
add --upstream-proxy command line option to server help and README.md
1 parent 4310d1b commit f3a9449

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ $ chisel server --help
116116
chisel receives a normal HTTP request. Useful for hiding chisel in
117117
plain sight.
118118
119+
--upstream-proxy, An optional SOCKS5 proxy which will be used to
120+
reach any user endpoint, asked by connected clients (both in tunnel
121+
and socks5 client mode). Authentication can be specified inside the URL.
122+
For example, admin:[email protected]:1080
123+
or: socks://admin:[email protected]:1080
124+
119125
--socks5, Allow clients to access the internal SOCKS5 proxy. See
120126
chisel client --help for more information.
121127

main.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ var serverHelp = `
124124
chisel receives a normal HTTP request. Useful for hiding chisel in
125125
plain sight.
126126
127+
--upstream-proxy, An optional SOCKS5 proxy which will be used to
128+
reach any user endpoint, asked by connected clients (both in tunnel
129+
and socks5 client mode). Authentication can be specified inside the URL.
130+
For example, admin:[email protected]:1080
131+
or: socks://admin:[email protected]:1080
132+
127133
--socks5, Allow clients to access the internal SOCKS5 proxy. See
128134
chisel client --help for more information.
129135

0 commit comments

Comments
 (0)