diff options
author | garga <garga@FreeBSD.org> | 2018-07-13 21:26:54 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2018-07-13 21:26:54 +0800 |
commit | cde1f6973a69c4f7a5cc947f1462a1299dd69424 (patch) | |
tree | c7609646cebbed729d3f114f89c5486736826939 /security/Makefile | |
parent | a2d1c95896e105d9b15b77872bcb5c4086400f88 (diff) | |
download | freebsd-ports-gnome-cde1f6973a69c4f7a5cc947f1462a1299dd69424.tar.gz freebsd-ports-gnome-cde1f6973a69c4f7a5cc947f1462a1299dd69424.tar.zst freebsd-ports-gnome-cde1f6973a69c4f7a5cc947f1462a1299dd69424.zip |
New port: security/py-fteproxy
fteproxy provides transport-layer protection to resist keyword filtering,
censorship and discriminatory routing policies.
Its job is to relay datastreams, such as web browsing traffic,
by encoding streams as messages that match a user-specified regular expression.
WWW: https://fteproxy.org/
Submitted by: VinÃcius Zavam <egypcio@googlemail.com>
Differential Revision: https://reviews.freebsd.org/D16244
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index d495ddc8fa72..ada158591282 100644 --- a/security/Makefile +++ b/security/Makefile @@ -939,6 +939,7 @@ SUBDIR += py-flask-httpauth SUBDIR += py-flask-kerberos SUBDIR += py-flask-saml + SUBDIR += py-fteproxy SUBDIR += py-gixy SUBDIR += py-gnupg SUBDIR += py-gnutls |