diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index 8cc6a41d77..dabf84a947 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -427,9 +427,9 @@ with configuration options for most of @command{sshuttle}’s features.") (native-inputs `(("pkg-config" ,pkg-config))) (home-page "https://github.com/ambrop72/badvpn") - (synopsis "NCD scripting language, tun2socks proxifier, P2P VPN") - (description "@code{BadVPN} is a collection of VPN-related tools. It -includes: + (synopsis "Peer-to-peer virtual private network (VPN)") + (description "@code{BadVPN} is a collection of virtual private +network (VPN) tools. It includes: @enumerate @item NCD programming language.\n @@ -441,7 +441,7 @@ The tun2socks program socksifes TCP connections at the network layer. It implements a TUN device which accepts all incoming TCP connections (regardless of destination IP), and forwards the connections through a SOCKS server. @item Peer-to-peer VPN.\n -The Peer-to-peer VPN implements a Layer 2 (Ethernet) network between the peers +The peer-to-peer VPN implements a Layer 2 (Ethernet) network between the peers (VPN nodes). @end enumerate") ;; This project contains a bundled lwIP. lwIP is also released under the