-
-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detailed settings of Multiplex in subscription link(json) #257
Comments
Which part of mux do you want to be added ? |
Outbound‘s part: Now the outbound multiplex only has: "multiplex": { |
Apologies for not being clear initially. Let me clarify my request. The program generates a JSON subscription file with the "http://1.1.1.1:2096/sub/xxxxxxx?format=json" link. However, the generated JSON only includes "multiplex": { "enabled": true }. The issue seems to be related to the "client side" settings in the inbound section of the program. Specifically, the missing details related to multiplex, such as "protocol": "h2mux", "max_connections": 4". Checking the frontend/src/layouts/modals/Inbound.vue file to add the necessary configuration may help this, I am not familiar with this, sorry. This way, the client should correctly use the generated JSON subscription link. |
Okay, I will take a look. |
I have removed automatic multiplex config for inbounds and add separated client side multiplex configuration in client side configuration. Please build the codes or wait for new release. |
Thank you for your project. I can finally use sing-box more comfortably. Now only some details of the multiplex part can be set in inbound page(client side). Although the multiplex part is relatively simple, I hope this detailed option can be added. Thank you.
The text was updated successfully, but these errors were encountered: