1
0
Fork 0
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:
Birb 2025-06-03 22:54:50 +02:00 committed by GitHub
parent c718fb3fce
commit 6ea3d5944b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

25
pages/linux/oniux.md Normal file
View 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`