mirror of
https://github.com/ffrgb/site-ffrgb.git
synced 2025-01-01 17:11:50 +01:00
Update bandwidth limit config syntax
This commit is contained in:
parent
3696bcddf8
commit
b118919e70
13
site.conf
13
site.conf
@ -77,6 +77,11 @@
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
bandwidth_limit = {
|
||||||
|
enabled = false,
|
||||||
|
egress = 1200,
|
||||||
|
ingress = 12000,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
autoupdater = {
|
autoupdater = {
|
||||||
@ -110,13 +115,5 @@
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
simple_tc = {
|
|
||||||
mesh_vpn = {
|
|
||||||
ifname = 'mesh-vpn',
|
|
||||||
enabled = false,
|
|
||||||
limit_egress = 1200,
|
|
||||||
limit_ingress = 12000,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
-- vim: set ft=lua:ts=2:sw=2:et
|
-- vim: set ft=lua:ts=2:sw=2:et
|
||||||
|
Loading…
Reference in New Issue
Block a user