mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
tor: add Spanish translation (#12837)
Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: spageektti <git@spageektti.cc>
This commit is contained in:
parent
8bb50be794
commit
bb0572f3ff
1 changed files with 32 additions and 0 deletions
32
pages.es/linux/tor.md
Normal file
32
pages.es/linux/tor.md
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# tor
|
||||||
|
|
||||||
|
> Habilita la comunicación anónima a través de la red Tor.
|
||||||
|
> Más información: <https://manned.org/tor>.
|
||||||
|
|
||||||
|
- Conecta a la red Tor:
|
||||||
|
|
||||||
|
`tor`
|
||||||
|
|
||||||
|
- Vea la configuración de Tor:
|
||||||
|
|
||||||
|
`tor --config`
|
||||||
|
|
||||||
|
- Comprueba el estado de Tor:
|
||||||
|
|
||||||
|
`tor --status`
|
||||||
|
|
||||||
|
- Ejecuta como cliente:
|
||||||
|
|
||||||
|
`tor --client`
|
||||||
|
|
||||||
|
- Ejecuta como relé:
|
||||||
|
|
||||||
|
`tor --relay`
|
||||||
|
|
||||||
|
- Ejecuta como puente:
|
||||||
|
|
||||||
|
`tor --bridge`
|
||||||
|
|
||||||
|
- Ejecuta como servicio oculto:
|
||||||
|
|
||||||
|
`tor --hidden-service`
|
Loading…
Add table
Reference in a new issue