Files
cheatsheet-tldr/tldr/linux/oniux
2025-06-04 00:20:38 +00:00

31 lines
590 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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`