Updated Generate QR Code for Android or iOS Clients (markdown)
parent
4a209909ae
commit
8263adf220
1 changed files with 14 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
ShadowSocks Android and iOS supports QR Code configuration.
|
||||
|
||||
Protocol
|
||||
========
|
||||
|
||||
You can encode your server configuration to a QR Code.
|
||||
|
||||
1. Put your configuration together like this:
|
||||
|
@ -16,6 +19,17 @@ 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 "ss://"`echo -n aes-256-cfb:password@1.2.3.4:8388 | base64` | qr
|
||||
|
||||

|
||||
|
||||
Generate via GUI clients
|
||||
========================
|
||||
|
||||
You can also generate QR Codes with
|
||||
[Shadowsocks GUI](https://github.com/shadowsocks/shadowsocks-gui)
|
||||
or [Shadowsocks for OS X](https://github.com/shadowsocks/shadowsocks-iOS/wiki/Shadowsocks-for-OSX-Help):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue