From 9c728c70fbfc5c884cbf5ba7a6823007610c03ab Mon Sep 17 00:00:00 2001 From: clowwindy Date: Thu, 9 Oct 2014 06:41:55 -0700 Subject: [PATCH] Created Generate QR Code for Android or iOS clients (markdown) --- ...rate-QR-Code-for-Android-or-iOS-clients.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Generate-QR-Code-for-Android-or-iOS-clients.md diff --git a/Generate-QR-Code-for-Android-or-iOS-clients.md b/Generate-QR-Code-for-Android-or-iOS-clients.md new file mode 100644 index 0000000..bf35eb2 --- /dev/null +++ b/Generate-QR-Code-for-Android-or-iOS-clients.md @@ -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: + +![image](https://cloud.githubusercontent.com/assets/1073082/4577064/1fb3b754-4fb9-11e4-9ab3-215e80d8ef1e.png) + +![image](https://cloud.githubusercontent.com/assets/1073082/4576995/92b0cf5e-4fb8-11e4-84ce-6db752f6ba69.png) +