From 062b6da04574504fd28914e5227df88495c8caef Mon Sep 17 00:00:00 2001 From: Eneko Date: Mon, 18 May 2026 19:54:27 +0200 Subject: [PATCH] Fix config and README --- README.md | 2 +- config/limitator | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ddb4ff..5337719 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ scp -O limitator root@ROUTER:/etc/init.d ``` scp -O config/limitator root@ROUTER:/etc/config ``` -4) Edit `/etc/config/` if needed. +4) Edit `/etc/config/limitator` if needed. 5) Copy `www/*` to `/www/` ``` scp -rO www root@ROUTER:/ diff --git a/config/limitator b/config/limitator index 278cc11..7078949 100644 --- a/config/limitator +++ b/config/limitator @@ -1,5 +1,5 @@ config limitator 'limitator' - option monthly_quota '90' + option quota '150' option wan_dev 'eth1.1' option exclude_network '10.0.1.0/24' option exclude_network2 '10.0.3.0/24'