Fix config and README

This commit is contained in:
2026-05-18 19:54:27 +02:00
parent d571db9700
commit 062b6da045
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ scp -O limitator root@ROUTER:/etc/init.d
``` ```
scp -O config/limitator root@ROUTER:/etc/config 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/` 5) Copy `www/*` to `/www/`
``` ```
scp -rO www root@ROUTER:/ scp -rO www root@ROUTER:/

View File

@@ -1,5 +1,5 @@
config limitator 'limitator' config limitator 'limitator'
option monthly_quota '90' option quota '150'
option wan_dev 'eth1.1' option wan_dev 'eth1.1'
option exclude_network '10.0.1.0/24' option exclude_network '10.0.1.0/24'
option exclude_network2 '10.0.3.0/24' option exclude_network2 '10.0.3.0/24'