Closed sinbolbol closed 2 years ago
Usually, the android and ios clients have an option to export/copy the config you've entered in them. So first fill config parameters in the client app, check if the config works, then find the export/copy button:
But If you want to create the URL yourself, here is the format:
PASSCODE = Base64Encoder(aes-256:PASS)
URL = UrlEncoder(ss://PASSCODE@DOMAIN:443?plugin=v2ray-plugin;path=PATH;host=DOMAIN;tls)
https://www.base64decode.org/ https://meyerweb.com/eric/tools/dencoder/
I runned the docker files of v2ray method in my cloud server and they are running. But since I'm a beginner, I don't now how to generate an shadowsocks url (the ones looking like ss://.... ) for the clients to connect to. Can anyone help me with this? It would also be a good idea to make the dockers generate the shadowsocks url automatically.