diff --git a/extra/ffmuc.conf b/extra/ffmuc.conf index 5ce8129..82be554 100644 --- a/extra/ffmuc.conf +++ b/extra/ffmuc.conf @@ -124,6 +124,11 @@ }, }, }, + bandwidth_limit = { + enabled = false, + egress = 1500, + ingress = 12000, + }, }, autoupdater = { @@ -163,13 +168,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 diff --git a/extra/ffmuc_umland.conf b/extra/ffmuc_umland.conf index 22cd0a6..f78c15f 100644 --- a/extra/ffmuc_umland.conf +++ b/extra/ffmuc_umland.conf @@ -103,6 +103,11 @@ }, }, }, + bandwidth_limit = { + enabled = false, + egress = 1500, + ingress = 12000, + }, }, autoupdater = { @@ -142,13 +147,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 diff --git a/extra/ffmuc_welcome.conf b/extra/ffmuc_welcome.conf index 5e7610d..3e176cf 100644 --- a/extra/ffmuc_welcome.conf +++ b/extra/ffmuc_welcome.conf @@ -96,6 +96,11 @@ }, }, }, + bandwidth_limit = { + enabled = false, + egress = 1500, + ingress = 12000, + }, }, autoupdater = { @@ -135,13 +140,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 diff --git a/site.conf b/site.conf index 5ce8129..82be554 100644 --- a/site.conf +++ b/site.conf @@ -124,6 +124,11 @@ }, }, }, + bandwidth_limit = { + enabled = false, + egress = 1500, + ingress = 12000, + }, }, autoupdater = { @@ -163,13 +168,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