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 = {
|
||||
enabled = false,
|
||||
ingress = 8000,
|
||||
egress = 500,
|
||||
ingress = 8096,
|
||||
egress = 1024,
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue