A docker tool for vmess link generating from server config file.
docker run -it --name vmess-tool -v ./conf:/opt/vmess-link-tool/conf sunnywalden/vmess-link-generator:latest
If you wanna name your server alias yourself, here it is:
-
copy the link generated without "vmess//"
-
decode it via a base64 tool
-
update "ps" attribute
-
then decode the updated vmess info with tool
-
add "vmess//" prefix.
boypt/vmess2json[https://raw.github.com/boypt/vmess2json]