Additions
-
#48: Add non-interactive CLI options, so you can now create networks and add CIDRs and peers without the interactive wizard-style prompts. You can check out the docker-tests for some examples.
innernet-server add-peer evilcorp \ --name "admin" --cidr "humans" --admin true --auto-ip --save-config "peer1.toml" --yes
-
#56: You can use a hostname instead of an IP address for the external endpoints of servers and peers now.
innernet-server new --network-name "evilcorp" --network-cidr "10.66.0.0/16" \ --external-endpoint "innernet-server.evilcorp.com:51820" --listen-port 51820