3
0
mirror of https://github.com/ffrgb/site-ffrgb.git synced 2024-06-02 07:32:35 +02:00

Update bandwidth limit config syntax

This commit is contained in:
Matthias Freund 2016-04-16 21:11:19 +02:00
parent 3696bcddf8
commit b118919e70

View File

@ -77,6 +77,11 @@
},
},
},
bandwidth_limit = {
enabled = false,
egress = 1200,
ingress = 12000,
},
},
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