Releases: ABGEO/mezz
mezz-net-init v0.1.0
Initial release of mezz-net-init.
One-shot host setup for Mezz. Enables IPv4 forwarding, suppresses IPv6, creates the bridge, brings up the
wifi and optional wired LAN interfaces, and installs iptables NAT and forwarding rules. Runs once on
docker compose up, exits, and is reused via docker compose run --rm net-init teardown to revert host
network state.
See the project README for setup and configuration.
abgeo/mezz-net-init:v0.1.0
mezz-lan v0.1.0
Initial release of mezz-lan.
Runs dnsmasq to provide DHCP and DNS for the Mezz LAN. Hands out leases with the bridge IP as gateway
and DNS server, forwards DNS to a configured upstream, strips AAAA records, serves a local domain so
clients resolve as name.lan, and logs every DNS query and DHCP lease event for inspection.
See the project README for setup and configuration.
abgeo/mezz-lan:v0.1.0
mezz-ap v0.1.0
Initial release of mezz-ap.
Runs hostapd to provide the wifi access point for Mezz. Supports WPA2 and WPA3-SAE transition mode,
IEEE 802.11d/n with WMM, and bridges the wifi interface onto the same Linux bridge that wired LAN clients
join, so wired and wireless clients share one subnet.
See the project README for setup and configuration.
abgeo/mezz-ap:v0.1.0