Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Anti-censorship
Pluggable Transports
Snowflake
Commits
80acfbd8
Commit
80acfbd8
authored
Jan 20, 2017
by
David Fifield
Browse files
Explain more in usage.
parent
b86bbd74
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/server.go
View file @
80acfbd8
...
...
@@ -41,11 +41,15 @@ var ptInfo pt.ServerInfo
var
handlerChan
=
make
(
chan
int
)
func
usage
()
{
fmt
.
Printf
(
"Usage: %s [OPTIONS]
\n\n
"
,
os
.
Args
[
0
])
fmt
.
Printf
(
"WebSocket server pluggable transport for Tor.
\n
"
)
fmt
.
Printf
(
"Works only as a managed proxy.
\n
"
)
fmt
.
Printf
(
"
\n
"
)
fmt
.
Printf
(
" -h, -help show this help.
\n
"
)
fmt
.
Fprintf
(
os
.
Stderr
,
`Usage: %s [OPTIONS]
WebSocket server pluggable transport for Snowflake. Works only as a managed
proxy. Uses TLS with ACME (Let's Encrypt) by default. Set the certificate
hostnames with the --acme-hostnames option. Use ServerTransportListenAddr in
torrc to choose the listening port. When using TLS, if the port is not 443, this
program will open an additional listening port on 443 to work with ACME.
`
,
os
.
Args
[
0
])
flag
.
PrintDefaults
()
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment