v2rayNG
v2rayNG copied to clipboard
how can use subscription feature in v2rayNG?
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/
vless not working ! you sure ?
@lambdaxyzt i think only supported (vmess, ss, socks) only and you must put in an array then encode to base64. Not sure...
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)
@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
@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
vless://domain.com/blabla vmess://domain com/blabla