File: control

package info (click to toggle)
anytun 0.3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,492 kB
  • sloc: cpp: 9,225; sh: 712; makefile: 398
file content (38 lines) | stat: -rw-r--r-- 1,484 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
31
32
33
34
35
36
37
38
Source: anytun
Section: net
Priority: optional
Maintainer: Darshaka Pathirana <dpat@syn-net.org>
Uploaders: Michael Prokop <mika@debian.org>
Build-Depends: debhelper (>= 11~),
               libboost-regex-dev,
               libboost-serialization-dev,
               libboost-system-dev,
               libboost-thread-dev,
               libgcrypt20-dev,
               pkg-config,
               systemd
Homepage: http://www.anytun.org/
Standards-Version: 4.5.1
Vcs-git: https://salsa.debian.org/debian/anytun.git
Vcs-Browser: https://salsa.debian.org/debian/anytun

Package: anytun
Architecture: any
Depends: adduser,
         lsb-base (>= 3.0-6),
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: quagga
Description: secure anycast tunneling protocol
 Anytun is an implementation of the secure anycast tunneling protocol. It
 uses an easy openvpn style interface and makes it possible to build
 redundant VPN clusters with load balancing between servers. VPN servers
 share a single IP address. Adding and removing VPN Servers is done by the
 routing protocol, so no client changes have to be made when additional VPN
 servers are added or removed. It is possible to realise global load
 balancing based on shortest BGP routes by simply announcing the address
 space of the tunnel servers at multiple locations.
 .
 Currently ethernet, ipv4 and ipv6 tunnels are supported by the
 implementation. However the protocol allows one to tunnel every ETHERTYPE
 protocol.