From d571db9700c8d30c755203a078699b5134e8cd53 Mon Sep 17 00:00:00 2001 From: Eneko Date: Mon, 18 May 2026 19:43:10 +0200 Subject: [PATCH] Fix config and README --- README.md | 6 +++--- config/limitator | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 40137da..3ddb4ff 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,17 @@ ### Install 1) Copy `limitator` to `/etc/init.d/` ``` -scp -O limitator root@uli:/etc/init.d +scp -O limitator root@ROUTER:/etc/init.d ``` 2) Run `chmod +x /etc/init.d/limitator` 3) Copy `config/limitator` to `/etc/config/` ``` -scp -O config/limitator root@uli:/etc/config +scp -O config/limitator root@ROUTER:/etc/config ``` 4) Edit `/etc/config/` if needed. 5) Copy `www/*` to `/www/` ``` -scp -rO www root@uli:/ +scp -rO www root@ROUTER:/ ``` 6) Run `chmod +x /www/cgi-bin/limitator.json` 7) Run `opkg update && opkg install iptables-mod-extra coreutils-date` diff --git a/config/limitator b/config/limitator index 17b9cd6..278cc11 100644 --- a/config/limitator +++ b/config/limitator @@ -1,8 +1,9 @@ config limitator 'limitator' option monthly_quota '90' option wan_dev 'eth1.1' - option exclude_network '10.0.2.0/24' - option exclude_network '10.0.254.0/24' + option exclude_network '10.0.1.0/24' + option exclude_network2 '10.0.3.0/24' + option exclude_network3 '10.0.0.0/24' option iptables_forward 'FORWARD' option iptables_input 'INPUT' option iptables_output 'OUTPUT'