site.conf: Move bandwidth limitation settings to VPN section
This commit is contained in:
parent
92609e8b99
commit
81e7d06331
1 changed files with 5 additions and 10 deletions
15
site.conf
15
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,
|
||||
},
|
||||
},
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue