From 2f2830c0a971a186e49ded4f6107e38183ea8889 Mon Sep 17 00:00:00 2001 From: Clauss von Rabbe Jr Date: Thu, 23 Feb 2017 19:58:31 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 763a4ee..0df5844 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ # xiringuito -*SSH-based VPN for poors* +*SSH-based VPN for poors* :wink: -VPN made easy! No configurations. No VPN servers. No hassle. **Just plug and use!** +VPN made easy! No configuration. No VPN servers. No hassle. **Just plug and use!** -This is the "VPN without VPN" software done using built-in capabilities of SSH. +This is the "VPN without VPN" software done using nice built-in capabilities of SSH. -## Install +## Install (just download it) ``` git clone https://github.com/ivanilves/xiringuito.git ``` -## Use +## Use (just run it) ``` cd xiringuito ./xiringuito user@your.ssh.server 10.0.0.0/8 192.168.0.0/16 From b47a0861b505dbca9942a1fafc2dfabfcf3700fd Mon Sep 17 00:00:00 2001 From: Clauss von Rabbe Jr Date: Thu, 23 Feb 2017 19:59:04 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 763a4ee..0df5844 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ # xiringuito -*SSH-based VPN for poors* +*SSH-based VPN for poors* :wink: -VPN made easy! No configurations. No VPN servers. No hassle. **Just plug and use!** +VPN made easy! No configuration. No VPN servers. No hassle. **Just plug and use!** -This is the "VPN without VPN" software done using built-in capabilities of SSH. +This is the "VPN without VPN" software done using nice built-in capabilities of SSH. -## Install +## Install (just download it) ``` git clone https://github.com/ivanilves/xiringuito.git ``` -## Use +## Use (just run it) ``` cd xiringuito ./xiringuito user@your.ssh.server 10.0.0.0/8 192.168.0.0/16 From 02a6e95f011e39f50ae2ad4b73eeead07a7dbe22 Mon Sep 17 00:00:00 2001 From: Ivan Ilves Date: Thu, 23 Feb 2017 20:04:22 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0df5844..fca7675 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ VPN made easy! No configuration. No VPN servers. No hassle. **Just plug and use! This is the "VPN without VPN" software done using nice built-in capabilities of SSH. -## Install (just download it) +### Install (just download it) ``` git clone https://github.com/ivanilves/xiringuito.git ``` -## Use (just run it) +### Use (just run it) ``` cd xiringuito ./xiringuito user@your.ssh.server 10.0.0.0/8 192.168.0.0/16 @@ -19,9 +19,9 @@ cd xiringuito Yes! That easy - just pass an SSH server and the list of networks your want to access through this server. You will need: -* Linux or Mac system. -* Local sudo privileges. -* Remote sudo privileges. +* Linux or Mac system +* Local sudo privileges +* Remote sudo privileges # Mac note Install [TunTap for Mac OS X](http://tuntaposx.sourceforge.net/) first.