mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 02:15:30 +02:00
oniux: add page (#16738)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
This commit is contained in:
parent
c718fb3fce
commit
6ea3d5944b
1 changed files with 25 additions and 0 deletions
25
pages/linux/oniux.md
Normal file
25
pages/linux/oniux.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# oniux
|
||||
|
||||
> Isolate an arbitrary application and route traffic over the Tor network.
|
||||
> Note: This is experimental software.
|
||||
> More information: <https://gitlab.torproject.org/tpo/core/oniux>.
|
||||
|
||||
- Isolate an application:
|
||||
|
||||
`oniux {{command}}`
|
||||
|
||||
- Query a website:
|
||||
|
||||
`oniux curl {{https://example.com}}`
|
||||
|
||||
- Query an onion site:
|
||||
|
||||
`oniux curl {{http://example.onion}}`
|
||||
|
||||
- Run an entire shell in "torified" isolation:
|
||||
|
||||
`oniux bash`
|
||||
|
||||
- Isolate graphical applications in desktop environments:
|
||||
|
||||
`oniux hexchat`
|
Loading…
Add table
Reference in a new issue