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'