Update for new bandwidth limitation
This commit is contained in:
parent
cfd7f95158
commit
3f3fff7964
1 changed files with 5 additions and 9 deletions
14
site.conf
14
site.conf
|
@ -77,6 +77,11 @@
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
bandwidth_limit = {
|
||||||
|
enabled = false,
|
||||||
|
ingress = 5000,
|
||||||
|
egress = 200,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
autoupdater = {
|
autoupdater = {
|
||||||
|
@ -113,15 +118,6 @@
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
simple_tc = {
|
|
||||||
mesh_vpn = {
|
|
||||||
ifname = 'mesh-vpn',
|
|
||||||
enabled = false,
|
|
||||||
limit_egress = 200,
|
|
||||||
limit_ingress = 3000,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
legacy = {
|
legacy = {
|
||||||
version_files = {'/etc/.freifunk_version_keep', '/etc/.lff_version_keep'},
|
version_files = {'/etc/.freifunk_version_keep', '/etc/.lff_version_keep'},
|
||||||
old_files = {'/etc/config/config_mode', '/etc/config/ffhl', '/etc/config/freifunk'},
|
old_files = {'/etc/config/config_mode', '/etc/config/ffhl', '/etc/config/freifunk'},
|
||||||
|
|
Loading…
Reference in a new issue