1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-26 15:10:35 -04:00
Commit graph

3 commits

Author SHA1 Message Date
Yuri Victorovich
c875ddba98 security/zeronet: Fix runtime by replacing the deprecated function
Python-38 has cgi.parse_qsl deprecated. It is replaced with urllib.parse.parse_qsl.
2021-05-21 23:02:35 -07:00
Yuri Victorovich
882a402d76 security/zeronet: Update 0.6.5-25 -> 0.7.1
ZeroNet now supports python3.
ZeroNet is nothing less than the alternative model of the internet, where websites are hosted by users.
2019-10-14 05:46:10 +00:00
Kurt Jaeger
29f3aeb81c New port: security/zeronet
Open, free and uncensorable websites, using Bitcoin cryptography
and BitTorrent network.

Features:
* Real-time updated sites
* Namecoin .bit domains support
* Easy to setup: unpack & run
* Clone websites in one click
* Password-less BIP32 based authorization: Your account is protected
  by the same cryptography as your Bitcoin wallet
* Built-in SQL server with P2P data synchronization: Allows easier site
  development and faster page load times
* Anonymity: Full Tor network support with .onion hidden services instead
  of IPv4 addresses
* TLS encrypted connections
* Automatic uPnP port opening
* Plugin for multiuser (openproxy) support
* Works with any browser/OS

WWW: https://zeronet.io/

PR:		209735
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2016-06-14 17:03:42 +00:00