diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:26:22 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:26:22 -0400 |
commit | 38cff85b7582cb55c73e3aca9a72e22415abeacc (patch) | |
tree | be6557a3984a865fbf3ea763dd141c6289bac477 /network/tinc | |
parent | 3cc2bd78f2feca5c044ed2c94d859f16a50d6d8c (diff) |
network/tinc: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/tinc')
-rw-r--r-- | network/tinc/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/network/tinc/README b/network/tinc/README index 2878c5d551d9..c9ee36e3705e 100644 --- a/network/tinc/README +++ b/network/tinc/README @@ -2,8 +2,9 @@ tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and encryption to create a secure private network between hosts on the Internet. -tinc is Free Software and licensed under the GNU General Public License -version 2 or later. Because the VPN appears to the IP level network code -as a normal network device, there is no need to adapt any existing software. -This allows VPN sites to share information with each other over the -Internet without exposing any information to others. +tinc is Free Software and licensed under the GNU General Public +License version 2 or later. Because the VPN appears to the IP level +network code as a normal network device, there is no need to adapt +any existing software. This allows VPN sites to share information +with each other over the Internet without exposing any information +to others. |