From bd839534e01f40189ed0739c2a19b4ebe3ae2f87 Mon Sep 17 00:00:00 2001 From: dswd Date: Sat, 31 Oct 2020 10:13:17 +0100 Subject: [PATCH] Update README.md Reformat markdown --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4eb136d..996fd90 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,15 @@ establishes an encrypted fully-meshed VPN network in a peer-to-peer manner. It can work on TUN devices (IP based) and TAP devices (Ethernet based). Tunneling traffic between two nodes can be as easy as: - $> vpncloud -c REMOTE_HOST:PORT -p 'mypassword' --ip 10.0.0.1/24 + $> vpncloud -c REMOTE_HOST:PORT -p 'mypassword' --ip 10.0.0.1/24 or as config file: - crypto: - password: mysecret - ip: 10.0.0.1 - peers: - - REMOTE_HOST:PORT + crypto: + password: mysecret + ip: 10.0.0.1 + peers: + - REMOTE_HOST:PORT For more information, please see the [Website](https://vpncloud.ddswd.de) or the [Forum](https://groups.google.com/forum/#!forum/vpncloud).