Skip to content

TUN Mode

Loren Eteval edited this page Sep 7, 2023 · 10 revisions

About

Furious supports experimental TUN Mode on Windows and macOS since version 0.2.5. Furious abstracts and renames it to the better known name "VPN Mode" in its options.

However, if Furious detects that it's not having enough privilege to support VPN mode running, the corresponding options will be set to disabled.

How to use

Enable VPN Mode

To enable VPN mode option:

  • On Windows, launch Furious with Adminstrator privilege.
  • On macOS, launch Furious via sudo Furious.

Choose Routing Option

Notice that current routing option should not contain direct rules, otherwise a connection loop would occur:

traffic -> TUN -> Core -> direct rules -> TUN -> Core -> direct rules -> ...

You can use:

  • Built-in Global routing option, meaning it does not have direct rules and will proxy all traffic.
  • Built-in Route My Traffic Through Tor option, if you want to proxy all your traffic through Tor. See disclaimer.

Verify

To verify that VPN mode is working properly, try initiating direct connection from your apps/games.

Here are some basic examples using curl:

Example A

curl icanhazip.com

Verify that you get your server ip as response.

Example B

curl CENSORED_WEBSITE

Verify that Furious helps you defeat censorship.

Clone this wiki locally