Skip to content

Commit f4b9db7

Browse files
author
Delta-Kronecker
committed
docs: fix default strategy, path typo, add V2rayN tunneling section
1 parent 80e39e6 commit f4b9db7

1 file changed

Lines changed: 20 additions & 3 deletions

File tree

README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ data\
3333
2. **balanced** — long-lived reused circuits (fewer handshakes)
3434
3. **aggressive** — more guards + faster scheduler + deeper reuse
3535
4. **ultimate** — max concurrency + greedy (Vanilla) scheduler
36-
5. **lowlatency** — lowest ping: KISTLite pacing and RTT set filters
37-
(skip ≥400 ms, best 20%) — **the shipped default strategy**
36+
5. **lowlatency** — lowest ping: KISTLite pacing and RTT set filters
37+
(skip ≥400 ms, best 20%)
38+
- The **shipped default strategy** is **ultimate** — if no
39+
`data\strategy.txt` exists yet, TorJet picks the fastest preset.
3840
- **Conflux topology** (from the Settings submenu) — how many conflux
3941
circuit sets tor keeps:
4042
- **Conflux sets** (`ConfluxNumSets`, 0=consensus default) — how many
@@ -141,6 +143,21 @@ circuit guard -> middle -> exit
141143
destination
142144
```
143145

146+
### Tunneling apps that don't support proxy
147+
148+
Some applications (games, CLI tools, etc.) don't have built-in proxy settings.
149+
You can route their traffic through Tor using **V2rayN** as a TUN wrapper:
150+
151+
1. Start TorJet and wait for 100% bootstrap.
152+
2. Open V2rayN and add a new server with this address:
153+
```
154+
socks://Og@127.0.0.1:9050#TorJet
155+
```
156+
3. Select the TorJet server and enable **Tun** mode.
157+
158+
V2rayN will create a virtual network interface that captures all system
159+
traffic and sends it through TorJet's SOCKS5 proxy (127.0.0.1:9050).
160+
144161
### Circuit health monitor
145162

146163
While Tor is up, TorJet watches the conflux legs via the control port. Every
@@ -194,7 +211,7 @@ would normally skip them. The loop runs
194211
in the background while the menu is served (so the menu appears immediately) and
195212
stops only when you press **C**, tor exits, or the app is closed. It keeps
196213
circuits warm and honest: if tor dies, the pings start failing (details go to
197-
`data\data\jet.log`). The old 1 MiB download check was replaced: it gave false
214+
`data\jet.log`). The old 1 MiB download check was replaced: it gave false
198215
negatives on cold single-stream circuits and added ~1 MiB of padding traffic.
199216
During the first 90 s after bootstrap the monitor's close cooldown is relaxed,
200217
so weak legs are replaced immediately.

0 commit comments

Comments
 (0)