site.conf: default VPN bandwidth limit raised
This commit is contained in:
parent
7c9ce52ad0
commit
363d59571b
1 changed files with 2 additions and 2 deletions
|
@ -109,8 +109,8 @@
|
||||||
},
|
},
|
||||||
bandwidth_limit = {
|
bandwidth_limit = {
|
||||||
enabled = false,
|
enabled = false,
|
||||||
ingress = 8000,
|
ingress = 8096,
|
||||||
egress = 500,
|
egress = 1024,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue