-
Notifications
You must be signed in to change notification settings - Fork 84
TUN Mode
Loren Eteval edited this page Feb 7, 2024
·
10 revisions
- Windows
- macOS
To use VPN mode option:
- On Windows:
- Download
wintun.dll
from here and put it inC:\Windows\System32\
. - Launch Furious with Adminstrator privilege. Enable
VPN Mode
in settings.
- Download
- On macOS: No other dependency required. Launch Furious via
sudo Furious
. EnableVPN Mode
in settings.
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.
To verify that VPN mode
is working properly, try initiating direct connection from your apps/games.
Here are some basic examples using curl
:
curl icanhazip.com
Verify that you get your server ip as response.