From 5be70fad580a2d1aa347535e928e9e80d46235f9 Mon Sep 17 00:00:00 2001 From: Anton Belodedenko Date: Thu, 12 Apr 2018 13:50:25 -0700 Subject: [PATCH] add link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e8327d..4cbef29 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Follow these [instructions](#instructions) to start building residential back-connect proxy network of Windows, Linux and OS X desktop PCs. # about -This Electron desktop app starts a [SOCKSv5 proxy server](https://github.com/mscdex/socksv5) on the local machine and forwards a randomly advailable remote port on a [Linux box](#server-config) to itself on port over [SSH](https://github.com/mscdex/ssh2). It requires a few custom configurations on the remote server to find an available TCP port. +This [Electron](https://electronjs.org/) desktop app starts a [SOCKSv5 proxy server](https://github.com/mscdex/socksv5) on the local machine and forwards a randomly advailable remote port on a [Linux box](#server-config) to itself on port over [SSH](https://github.com/mscdex/ssh2). It requires a few custom configurations on the remote server to find an available TCP port. # instructions