Skip to content

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 12 Aug 21:55
· 29 commits to main since this release

Quota Manager v0.1.3.

Install on the gateway laptop:

sudo apt install ./quota-manager_0.1.3_all.deb

Or, with the apt repository configured (see README):

sudo apt-get update && sudo apt-get install quota-manager

The package configures the network stack, installs the Python
dependencies into /opt/quota-manager/.venv, wires the
quota-gateway systemd service and starts it. See the README for
the post-install router steps (disable DHCP, disable IPv6/RA).


Added

  • VPN share. Run a VPN app on the gateway laptop and flip the switch:
    every device's internet exits through the VPN, while quotas, blocking, and
    speed limits keep working exactly as before.
  • Website blocking & parental controls (DNS tab). Block, allow, or
    redirect any website for one person, one device, or the whole house —
    wildcards supported (like *.youtube.com). One-click ready-made lists
    (ads/tracking, social media, streaming, gambling), and you can point any
    person or device at a different DNS service (for example a family-friendly
    resolver). Blocked sites are badged right in the History tab with quick
    Block/Allow buttons.
  • Install and update with apt. Every release is published to a signed apt
    repository, so Linux boxes can apt install quota-manager and receive
    upgrades the native way.

Fixed

  • Package installation crashed halfway through on some boxes (an
    installer-script typo). Reinstalling the fixed version repairs an affected
    box.