Fix config and README
This commit is contained in:
@@ -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:/
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user