diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-10-10 13:49:07 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-10-10 13:49:07 +0000 |
commit | 6a792e4b80ddee6ffc072ba3b82eb0c29a17db83 (patch) | |
tree | 3defec00b0f025cec67618c311adfd3073f17709 /net/Makefile | |
parent | d4d47f10d908e364569e9779cac7698ac20ea67d (diff) |
LeProxy is designed for anonymous surfing, improved security and privacy
plus circumventing geoblocking. It is a powerful, lightweight, fast and
simple to use proxy server that you can host on your own server or PC at
home and then access from anywhere.
It provides compatibility with a large number of clients and services by
accepting both HTTP and SOCKS proxy protocols on a single listening port.
WWW: https://github.com/leproxy/leproxy
Notes
Notes:
svn path=/head/; revision=514228
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 613cf154f8c6..cae95bcf2f71 100644 --- a/net/Makefile +++ b/net/Makefile @@ -340,6 +340,7 @@ SUBDIR += ldapscripts SUBDIR += ldapsdk SUBDIR += ldapsh + SUBDIR += leproxy SUBDIR += lft SUBDIR += libarms SUBDIR += libbgpdump |