Servers that serve as entry points to p2p networks.
$ bash setup.sh
$ bash build-hubserv.sh
$ bash run-hubserv.sh
$ ./hubserver \
--status-port 9098 \
--http-port 443 \
--public-ip $_IP \
--aws-ec2-region $_REGION \
--use-https \
--cache /home/ec2-user/certs \
--max-connections-by-url 100 \
--http-host verse.example.org
It is found in ./etc/