Merge pull request #420 from maskedeken/fix

fix: customized multiplex JSON cannot be merged to the outbound settings
This commit is contained in:
purofle 2023-11-10 22:56:22 +08:00 committed by GitHub
commit de1c0d757f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -396,7 +396,7 @@ fun buildConfig(
2 -> "yamux"
else -> "h2mux"
}
}
}.asMap()
}
}
}