mirror of https://github.com/dswd/vpncloud.git
Change description
This commit is contained in:
parent
522d7d3f9c
commit
ad2e2014eb
10
Cargo.toml
10
Cargo.toml
|
@ -61,10 +61,12 @@ lto = false
|
||||||
|
|
||||||
[package.metadata.deb]
|
[package.metadata.deb]
|
||||||
extended-description = """\
|
extended-description = """\
|
||||||
VpnCloud is a simple VPN over UDP. It creates a virtual network interface on
|
VpnCloud is a high performance peer-to-peer mesh VPN over UDP supporting strong encryption,
|
||||||
the host and forwards all received data via UDP to the destination. VpnCloud
|
NAT traversal and a simple configuration. It establishes a fully-meshed self-healing VPN
|
||||||
establishes a fully-meshed VPN network in a peer-to-peer manner. It can work
|
network in a peer-to-peer manner with strong end-to-end encryption based on elliptic curve
|
||||||
on TUN devices (IP based) and TAP devices (Ethernet based)."""
|
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"]
|
license-file = ["LICENSE.md", "1"]
|
||||||
changelog = "assets/changelog.txt"
|
changelog = "assets/changelog.txt"
|
||||||
section = "net"
|
section = "net"
|
||||||
|
|
Loading…
Reference in New Issue