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