Updated Generate QR Code for Android or iOS Clients (markdown)
parent
500782f082
commit
b1bfc92f80
1 changed files with 11 additions and 11 deletions
|
@ -19,16 +19,6 @@ You can encode your server configuration to a QR Code.
|
|||
|
||||
4. Generate a QR Code from the url above.
|
||||
|
||||
Generate via Command line
|
||||
=========================
|
||||
|
||||
pip install qrcode
|
||||
echo -n "ss://"`echo -n aes-256-cfb:password@1.2.3.4:8388 | base64` | qr
|
||||
|
||||
If you can't scan the code, try changing your terminal font.
|
||||
|
||||

|
||||
|
||||
Generate via GUI clients
|
||||
========================
|
||||
|
||||
|
@ -39,3 +29,13 @@ You can also generate QR Codes from some GUI clients:
|
|||
- [Shadowsocks GUI](https://github.com/shadowsocks/shadowsocks-gui)
|
||||
|
||||

|
||||
|
||||
Generate via Command line
|
||||
=========================
|
||||
|
||||
pip install qrcode
|
||||
echo -n "ss://"`echo -n aes-256-cfb:password@1.2.3.4:8388 | base64` | qr
|
||||
|
||||
If you can't scan the code, try changing your terminal font.
|
||||
|
||||

|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue