File: control

package info (click to toggle)
vtun 3.0.3-4
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,492 kB
  • sloc: ansic: 4,126; sh: 2,814; yacc: 535; lex: 195; makefile: 143
file content (30 lines) | stat: -rw-r--r-- 1,186 bytes parent folder | download
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
29
30
Source: vtun
Section: net
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10), autotools-dev, liblzo2-dev,
 zlib1g-dev, libssl-dev, bison, flex
Standards-Version: 4.1.1
Homepage: http://vtun.sourceforge.net/

Package: vtun
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, udev [linux-any] | makedev [linux-any], lsb-base
Description: virtual tunnel over TCP/IP networks
 VTun is the easiest way to create virtual tunnels over TCP/IP networks
 with traffic shaping and compression.
 .
 It supports IP, PPP, SLIP, Ethernet and other tunnel types.
 .
 VTun is easily and highly configurable, it can be used for various
 network tasks.
 .
 VTun requires the universal TUN/TAP kernel module which can be found at
 http://vtun.sourceforge.net/tun/index.html or in the 2.4 and newer Linux
 kernels.
 .
 Note: This program includes an "encryption" feature intended to protect the
 tunneled data as it travels across the network. However, the protocol it uses
 is known to be very insecure, and you should not rely on it to deter anyone
 but a casual eavesdropper. See the included README.Encryption file for more
 information.