v2rayNG icon indicating copy to clipboard operation
v2rayNG copied to clipboard

how can use subscription feature in v2rayNG?

Open BenyaminMoadab opened this issue 2 years ago • 2 comments

BenyaminMoadab avatar Nov 25 '22 10:11 BenyaminMoadab

create an http/https endpoint and in the response put the list of vmess/vless/etc connections. each line should contain one connection and the whole response should be base64 encoded.

https://liolok.com/v2ray-subscription-parse/

aminmazi avatar Dec 14 '22 09:12 aminmazi

vless not working ! you sure ?

lambdaxyzt avatar Dec 20 '22 14:12 lambdaxyzt

@lambdaxyzt i think only supported (vmess, ss, socks) only and you must put in an array then encode to base64. Not sure...

llaravell avatar Feb 14 '23 15:02 llaravell

It supports every connection Just look at the below example The url response(first textbox) should be base64 encoded of the connection URIs (second text box)

Screenshot_2023-02-14-18-53-02-232-edit_com android chrome

aminmazi avatar Feb 14 '23 15:02 aminmazi

@aminmazi you mean no need to put them in array? Cause

create an http/https endpoint and in the response put the list of vmess/vless/etc connections. each line should contain one connection and the whole response should be base64 encoded.

https://liolok.com/v2ray-subscription-parse/

This url example i think put them in an array

llaravell avatar Feb 14 '23 15:02 llaravell

@aminmazi you mean no need to put them in array?

Not an array Just put each connection uri in a separate line, then encoded the entire string to base64

vless://domain.com/blabla
vmess://domain com/blabla

aminmazi avatar Feb 14 '23 15:02 aminmazi

vless://domain.com/blabla vmess://domain com/blabla

arminhasanzade1 avatar Oct 10 '23 19:10 arminhasanzade1