HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

oniux — Isolate an arbitrary application and route traffic over the Tor network. Note: This is experimental

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandoniuxrouteisolateandcliarbitraryapplication
linux

Problem

How to use the oniux command: 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>.

Solution

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

Code Snippets

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

Context

tldr-pages: linux/oniux

Revisions (0)

No revisions yet.