Created Generate QR Code for Android or iOS clients (markdown)
parent
127627d1fa
commit
9c728c70fb
1 changed files with 24 additions and 0 deletions
24
Generate-QR-Code-for-Android-or-iOS-clients.md
Normal file
24
Generate-QR-Code-for-Android-or-iOS-clients.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
ShadowSocks Android and iOS supports QR Code configuration.
|
||||||
|
|
||||||
|
You can encode your server configuration to a QR Code.
|
||||||
|
|
||||||
|
1. Put your configuration together:
|
||||||
|
|
||||||
|
method:password@hostname:port
|
||||||
|
|
||||||
|
2. Transform it into base64:
|
||||||
|
|
||||||
|
bWV0aG9kOnBhc3N3b3JkQGhvc3RuYW1lOnBvcnQK
|
||||||
|
|
||||||
|
3. Prepend with `ss://`
|
||||||
|
|
||||||
|
ss://bWV0aG9kOnBhc3N3b3JkQGhvc3RuYW1lOnBvcnQK
|
||||||
|
|
||||||
|
4. Generate a QR Code from the url above.
|
||||||
|
|
||||||
|
You can also generate QR Codes with Shadowsocks GUI:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

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