-
released this
2026-06-01 10:59:02 +02:00 | 0 commits to master since this releaserotate egress over a larger WG pool, with graceful drain and live status
Keep the N always-on tunnel slots fixed but let each slot's WireGuard config
rotate through a larger pool, so a 10-concurrent provider cap (e.g. Proton) can
still cycle 50-100 profiles.- lxc/rotate.sh + weircon-rotate.{service,timer}: round-robin one slot at a
time through wg-pool/, repointing a symlink and restarting only that slot. - service: proxyManager tracks per-slot in-flight + drain/undrain state; a
localhost admin server (WEIRCON_ADMIN_LISTEN) lets rotate.sh drain a slot
before teardown and warm it back in after, so no request is routed to a
tunnel mid-rotation. Slots self-heal if undrain never arrives. - GET /status: poll-friendly JSON of per-slot egress IP/state plus inferred
next-rotation slot + ETA, fed by a background egress-IP prober. - docs + env examples for all new knobs.
Downloads
- lxc/rotate.sh + weircon-rotate.{service,timer}: round-robin one slot at a
-
released this
2026-05-30 21:32:27 +02:00 | 1 commits to master since this releaseci: source release body from the annotated tag message
The release step created releases with no body. Read the tag's annotation
into RELEASE_NOTES.md and pass it via body_path so each release carries
purpose-written notes. Fetch full history so the annotated tag object is
available to the build.Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com
Downloads