mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Replace --webPort and --tlsPort with a single --addr option.
This commit is contained in:
parent
2d89aa0b7b
commit
afe7716903
2 changed files with 6 additions and 9 deletions
|
@ -42,9 +42,7 @@ without having to run as root:
|
|||
```
|
||||
setcap 'cap_net_bind_service=+ep' /usr/local/bin/broker
|
||||
```
|
||||
You can control the listening port with the --tlsPort
|
||||
or --webPort options (--webPort is honored only when
|
||||
also using --disable-tls).
|
||||
You can control the listening port with the --addr option.
|
||||
|
||||
You'll need to provide the URL of the custom broker
|
||||
to the client plugin using the `--url $URL` flag.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue