site.conf: Move bandwidth limitation settings to VPN section

This commit is contained in:
bdobe 2015-10-15 23:38:14 +02:00
parent 92609e8b99
commit 81e7d06331

View file

@ -99,6 +99,11 @@
},
},
},
bandwidth_limit = {
enabled = false,
ingress = 8000,
egress = 500,
},
},
autoupdater = {
@ -138,14 +143,4 @@
},
},
},
simple_tc = {
mesh_vpn = {
ifname = 'mesh-vpn',
enabled = false,
limit_egress = 500,
limit_ingress = 8000,
},
},
}