Skip to content
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

[Feature request]: Import Multiple Custom Xray-core Json Configs from Subscription #4745

Closed
1 task done
APT-ZERO opened this issue Feb 20, 2024 · 6 comments
Closed
1 task done
Labels
enhancement New feature or request

Comments

@APT-ZERO
Copy link

相关问题

I want to be able to import multiple xray-core configs from my subscription URL to my v2rayN client

描述你希望的解决方案

2dust/v2rayNG#2827

描述你所考虑的替代方案

No response

我确认已查询历史issues

@APT-ZERO APT-ZERO added the enhancement New feature or request label Feb 20, 2024
@APT-ZERO APT-ZERO closed this as not planned Won't fix, can't repro, duplicate, stale Feb 22, 2024
@APT-ZERO APT-ZERO reopened this Mar 2, 2024
@alireza0
Copy link

+1

@APT-ZERO
Copy link
Author

2dust is not a fan of this idea
this can get done only if someone make a good PR

@alireza0
Copy link

It is very easy! I will do that ;)

@APT-ZERO
Copy link
Author

APT-ZERO commented Mar 16, 2024

@alireza0 Design of Multi Custom Config of v2rayNG is very bad, It's configs are huge af

You can make v2rayN to accept a single custom config, But consider each Socks5 Inbound as a Config (Tag = Config Name)
We can use those Tags to Route every Inbound to a different Outbound as we like, or add other rules to Routing of xray

We can set all ports to 0, and v2rayN can change the selected Inbound/Config to socks port from v2rayN settings
Or we can ask Xray-core devs to add option to set option for inbounds to listen to no port (by '-1' as port for example)

edit: As using a non-existed tag in Routing makes no problem, so client app can even remove unused Inbounds

No need to HTTP Inbound, But v2rayN can add an HTTP Inbound and Chain it to the selected Socks5 Inbound Using dialerProxy
https://xtls.github.io/en/config/transport.html#sockoptobject

@alireza0
Copy link

It is now added to support json array of v2ray configs.
Also I have added some other standards like remarks in v2ray json and network in routing rules.

Supporting all information you mentioned is related to what is supported in their V2rayConfig Model.
We can ask for upgrade by adding these parameters as well.

@2dust
Copy link
Owner

2dust commented Mar 23, 2024

2624663

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants