From 81e7d0633138a68c845fa648f1459dc74c1b3919 Mon Sep 17 00:00:00 2001 From: bdobe Date: Thu, 15 Oct 2015 23:38:14 +0200 Subject: [PATCH] site.conf: Move bandwidth limitation settings to VPN section --- site.conf | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/site.conf b/site.conf index fec0866..a72a239 100644 --- a/site.conf +++ b/site.conf @@ -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, - }, - }, - }