Skip to content

TUN Mode

Loren Eteval edited this page Feb 7, 2024 · 10 revisions

Supported platform

  • Windows
  • macOS

How to use

To use VPN mode option:

  • On Windows:
    • Download wintun.dll from here and put it in C:\Windows\System32\.
    • Launch Furious with Adminstrator privilege. Enable VPN Mode in settings.
  • On macOS: No other dependency required. Launch Furious via sudo Furious. Enable VPN Mode in settings.

Choose Routing Option

If in VPN mode, 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.

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.

Clone this wiki locally