Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 14:50
· 296 commits to main since this release

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.