-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
28 lines (21 loc) · 879 Bytes
/
README
File metadata and controls
28 lines (21 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
VTun-ng - Forked from VTun maintained by Bishop Clark up until around 2016.
VTun - Virtual Tunnel over TCP/IP network.
Copyright (C) 1998-2016 Maxim Krasnyansky <max_mk@yahoo.com>
Compilation and Installation:
In order to compile VTun you need several software packages.
Required packages:
- Universal TUN/TAP driver http://vtun.sourceforge.net/tun
- OpenSSL encryption library http://www.openssl.org
- Rust and cargo
Optional packages:
- SOCKS library:
Socks5 by NEC (recommended) http://www.socks.nec.com
Dante Socks4/5 http://www.inet.no/dante
To compile and install run:
cargo build -r
./install.sh
Read manual page for 'vtunngd' and the config file example for
configuration and other suggestions.
Vtun (c) Maxim Krasnyansky
Maintained loosely by Bishop Clark <bishop@platypus.bc.ca>
VTun-ng forked by Jan-Espen Oversand <sigsegv@radiotube.org>