mirror of https://github.com/EdgeVPNio/tools.git
14 lines
735 B
Bash
14 lines
735 B
Bash
#!/bin/sh
|
|
|
|
type <<! > edge-vpnio/DEBIAN/control
|
|
Package: edge-vpnio
|
|
Name: EdgeVPNio
|
|
Version : 20.10.0.1604343933-dev
|
|
Maintainer: <ip.over.p2p@gmail.com>
|
|
Architecture: $(dpkg --print-architecture)
|
|
Homepage: http://edgevpnio.github.io
|
|
Depends: python3.8, python3-dev, python3-venv, python3-pip, iproute2, openvswitch-switch, bridge-utils
|
|
Description: Virtual Overlay Networking.
|
|
EdgeVPN is an open-source user-centric software virtual network allowing end users to define and create their own virtual private networks (VPNs). EdgeVPNio virtual networks provide end-to-end tunneling of IP or Ethernet over Tincan links setup and managed through a control API to create various software-defined VPN overlays.
|
|
Tag: P2P Overlay Networking
|
|
! |