Alighieri v0.1.1
A small, backward-compatible patch release.
Added
-
udp.portrange— bind the client-facing UDP relay socket (theBND.PORTadvertised 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