mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add quota support and small others changes
This commit is contained in:
parent
6fe07f493b
commit
b549503be7
23 changed files with 397 additions and 59 deletions
15
omr-quota/files/etc/config/omr-quota
Normal file
15
omr-quota/files/etc/config/omr-quota
Normal file
|
@ -0,0 +1,15 @@
|
|||
config interface 'wan1'
|
||||
option enabled '0'
|
||||
option txquota '100000'
|
||||
option rxquota '400000'
|
||||
option ttquota '500000'
|
||||
option interval '10'
|
||||
option interface 'wan1'
|
||||
|
||||
config interface 'wan2'
|
||||
option enabled '0'
|
||||
option txquota '100000'
|
||||
option rxquota '400000'
|
||||
option ttquota '500000'
|
||||
option interval '10'
|
||||
option interface 'wan2'
|
Loading…
Add table
Add a link
Reference in a new issue