Update README.md

This commit is contained in:
Nikolay Borodin 2024-03-28 13:52:25 +00:00
parent 437bd853fd
commit e223a53ce5

View file

@ -15,6 +15,12 @@ Lanemu is a fork of P2PVPN, originally created by Wolfgang Ginolas (http://www.p
1. Install the TAP-Win32 Adapter OAS driver by running `add_driver.bat` in the driver directory (preferably as administrator).
2. Run `Lanemu.exe`.
Alternatively, you can use the newer "Windows TAP adapter v9" driver and download it from the OpenVPN website. Like this version, for example: [tap-windows-9.21.2](https://build.openvpn.net/downloads/releases/tap-windows-9.21.2.exe)
After installation, you will need to apply [this](https://gitlab.com/Monsterovich/lanemu/-/blob/main/misc/set_use_tapv9.reg) registry file.
**Note:** `ComponentId` of the device, in some cases it may be different, for example be `root/tap0901` instead of `tap0901` depending on how the driver was installed (e.g. through Windows settings). This value can be found in the Windows registry via `regedit.exe`.
## Linux
The application needs to be run as root via `sudo java -jar Lanemu.jar` or `lanemu-pkexec`.