From ad2e2014ebf9b8210885e76c8ddf0c47affd9a04 Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Tue, 9 Feb 2021 16:23:34 +0100 Subject: [PATCH] Change description --- Cargo.toml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 934408e..0141b99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,10 +61,12 @@ lto = false [package.metadata.deb] extended-description = """\ - VpnCloud is a simple VPN over UDP. It creates a virtual network interface on - the host and forwards all received data via UDP to the destination. VpnCloud - establishes a fully-meshed VPN network in a peer-to-peer manner. It can work - on TUN devices (IP based) and TAP devices (Ethernet based).""" + VpnCloud is a high performance peer-to-peer mesh VPN over UDP supporting strong encryption, + NAT traversal and a simple configuration. It establishes a fully-meshed self-healing VPN + network in a peer-to-peer manner with strong end-to-end encryption based on elliptic curve + keys and AES-256. VpnCloud creates a virtual network interface on the host and forwards all + received data via UDP to the destination. It can work on TUN devices (IP based) and TAP + devices (Ethernet based).""" license-file = ["LICENSE.md", "1"] changelog = "assets/changelog.txt" section = "net"