boypt / vmess2json

Scripts parse vmess:// links into v2ray config json and vice versa.
MIT License
474 stars 126 forks source link

Add subscribe request with headers and subscribe b64decode padding #6

Closed jm0477 closed 5 years ago

jm0477 commented 5 years ago

add headers when calling subscribe url, to avoid http 403 error add b64dedcode bytes len check, to avoid b64decode padding error

boypt commented 5 years ago

thanks for the fix