diff options
author | rubo77 <github@r.z11.de> | 2018-01-19 11:50:07 +0100 |
---|---|---|
committer | rubo77 <github@r.z11.de> | 2018-01-19 11:52:25 +0100 |
commit | 9bd8bc9066c88274bddb52c289147429fdf8db06 (patch) | |
tree | 4c59316ee80d35725cc9bc8e3694042fdae8468f | |
parent | 403e015a73581b0a5acb3175a4e21df891d041cf (diff) |
bandwidth_limit muss innerhalb von mesh_vpn (Änderung schon von 2016 zu 2017.1.x vergessen)
-rw-r--r-- | site.conf | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -190,12 +190,11 @@ }, }, }, - }, - - bandwidth_limit = { + bandwidth_limit = { enabled = false, egress = 800, ingress = 4000, + }, }, autoupdater = { |