Skip to content

Commit

Permalink
man page: document --transport
Browse files Browse the repository at this point in the history
plain-tls, plain-tls-tor, onion or onion-tls
  • Loading branch information
adrelanos committed Oct 28, 2022
1 parent 4fb9bee commit d814f1c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion man/repository-dist.8.ronn
Expand Up @@ -33,6 +33,12 @@ Enables or disables derivative distribution apt repository.
Chose either the stable, stable-proposed-updates, testers or developers version of derivative distribution. Only
useful in combination with `--enable`.

* --transport <transport>

Chose either plain-tls, plain-tls-tor, onion or onion-tls.
Note that onion-tls is at time of writing only a theoretical option.
See chapter ONION TLS.

* --verbose

Verbose output
Expand All @@ -47,7 +53,9 @@ Enables or disables derivative distribution apt repository.

`sudo repository-dist`

`sudo repository-dist --enable --repository stable`
`sudo repository-dist --enable --repository stable --transport plain-tls-tor`

`sudo repository-dist --enable --repository stable --transport onion`

`sudo repository-dist --verbose --enable --repository stable`

Expand All @@ -57,6 +65,10 @@ Enables or disables derivative distribution apt repository.

`sudo repository-dist --disable --verbose`

## ONION TLS

https://www.kicksecure.com/wiki/Privacy_Policy_Technical_Details#Onion_TLS

## WWW

https://www.whonix.org/wiki/Trust
Expand Down

0 comments on commit d814f1c

Please sign in to comment.