From 6ea3d5944b509adf29c0d5bd7d840ad0c4c6ba6e Mon Sep 17 00:00:00 2001 From: Birb <7443606+HeckerBirb@users.noreply.github.com> Date: Tue, 3 Jun 2025 22:54:50 +0200 Subject: [PATCH] oniux: add page (#16738) Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> --- pages/linux/oniux.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pages/linux/oniux.md diff --git a/pages/linux/oniux.md b/pages/linux/oniux.md new file mode 100644 index 0000000000..7c77b0d927 --- /dev/null +++ b/pages/linux/oniux.md @@ -0,0 +1,25 @@ +# oniux + +> Isolate an arbitrary application and route traffic over the Tor network. +> Note: This is experimental software. +> More information: . + +- 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`