verse-entrance-server

MIT

Servers that serve as entry points to p2p networks.

p2p-network

Usage

Set up the build environment

$ bash setup.sh

Build

$ bash build-hubserv.sh

Local run for debugging

$ bash run-hubserv.sh

Run

$ ./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

Example for production environments

It is found in ./etc/