Skip to content

v1.7.0

Choose a tag to compare

@shenaba shenaba released this 14 Aug 08:00
· 12 commits to main since this release

Enhancements

Per-client source IP limit #106

Clients can now be capped to a number of concurrent source IPs — a 10s in-process scan keeps the earliest N, closes the rest and bans them for five minutes; default 0 = unlimited, so upgrading changes nothing.

IP limit is available in the client drawer and the bulk-add form. Limited clients carry an n/N chip in the Clients list, which opens the live address list.

Chores

  • The vendored core/protocol/ copies no longer carry a sing-box version in their headers — scripts/check-protocol-copies.sh derives the real one from go.mod
  • GitHub language stats no longer ignore the frontend

Full Changelog: v1.6.4...v1.7.0