Unguessable 5-character short links on dxn.pw, with path & query forwarding, redirect analytics, and an authenticated admin โ all in a dependency-light PHP app you can drop on any host.
Every slug is 5 chars of CSPRNG entropy from a 64-symbol alphabet โ non-sequential and collision-checked.
/abc12/foo/bar.txt?x=1 cleanly appends to the destination โ no accidental double slashes.
Hit counts plus per-event tracking: timestamp, browser id, referrer, response code and more.
The admin area is protected by OAuth 2.1 / OIDC with PKCE, nonce and state validation.
Configurable retention, optional IP hashing, trusted-proxy handling and a one-click prune.
SQLite by default, MySQL optional. Works on shared Apache hosting or a VPS with Nginx.