From b118919e70f7e94405abb7afa184d2821b5f993a Mon Sep 17 00:00:00 2001 From: Matthias Freund Date: Sat, 16 Apr 2016 21:11:19 +0200 Subject: [PATCH] Update bandwidth limit config syntax --- site.conf | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/site.conf b/site.conf index cef0ade..9ab06b2 100644 --- a/site.conf +++ b/site.conf @@ -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