Skip to content

Alighieri v0.1.1

Choose a tag to compare

@github-actions github-actions released this 18 Jun 07:47
· 130 commits to main since this release
c0e7e27

A small, backward-compatible patch release.

Added

  • udp.portrange — bind the client-facing UDP relay socket (the BND.PORT advertised in the UDP ASSOCIATE reply, where clients send their datagrams) within a fixed inclusive port range instead of an OS-assigned ephemeral port, so the inbound UDP ports can be opened predictably on a firewall. Unset keeps the previous ephemeral behaviour.

    udp.portrange: 20000-21000     # or a single port: udp.portrange: 20000

Also landed on main (docs only): a Comparison with Dante section in the README and a refreshed roadmap.

Full changelog: v0.1.0...v0.1.1

Install

Prebuilt binaries are attached below (each bundles the binary with README, LICENSE, and CHANGELOG):

Platform Asset
Linux x86-64 alighieri-v0.1.1-x86_64-unknown-linux-gnu.tar.gz
Windows x86-64 alighieri-v0.1.1-x86_64-pc-windows-msvc.zip

Linux (systemd service):

curl -O https://raw.githubusercontent.com/wiresock/alighieri/v0.1.1/scripts/alighieri.sh
chmod +x alighieri.sh
sudo ./alighieri.sh                  # install
# upgrading an existing install:
sudo ./scripts/alighieri.sh upgrade  # rebuild/replace the binary and restart