github tonarino/innernet v1.2.0

latest releases: v1.6.1, v1.6.0, v1.5.5...
3 years ago

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

Fixes

  • #54: Get build working on RPi4 and other similar ARM platforms, thanks to @blesson3.
  • #59: Fix cargo install documentation, thanks to @dbr.

Don't miss a new innernet release

NewReleases is sending notifications on new releases.