mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-18 17:53:34 +08:00
13 lines
323 B
Plaintext
13 lines
323 B
Plaintext
config BR2_PACKAGE_VTUN
|
|
bool "vtun"
|
|
default n
|
|
select BR2_PACKAGE_LZO
|
|
select BR2_PACKAGE_OPENSSL
|
|
help
|
|
Tool for easily creating Virtual Tunnels over TCP/IP networks
|
|
with traffic shaping, compression, and encryption.
|
|
|
|
It supports IP, PPP, SLIP, Ethernet and other tunnel types.
|
|
|
|
http://vtun.sourceforge.net/
|