mirror of
https://github.com/SagerNet/sing-box.git
synced 2026-05-13 05:51:36 +00:00
fix(ocm): map prolite to lower pro weight
This commit is contained in:
parent
bf9e390cf4
commit
db8b42c107
1 changed files with 2 additions and 0 deletions
|
|
@ -342,6 +342,8 @@ func ocmPlanWeight(accountType string) float64 {
|
|||
switch accountType {
|
||||
case "pro":
|
||||
return 10
|
||||
case "prolite":
|
||||
return 5
|
||||
case "plus":
|
||||
return 1
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue