Page:
Generate QR Code for Android or iOS Clients
Pages
Ban Brute Force Crackers
Block Connection to localhost
Change Server on the Fly
Configuration via Config File
Configure Multiple Users
Configure Shadowsocks with Supervisor
Connect to OpenVPN over Shadowsocks
Convert Shadowsocks into an HTTP proxy
Encryption
Feature Comparison across Different Versions
Forcing Chrome to Use Socks5 Proxy
Generate QR Code for Android or iOS Clients
Gentoo overlay
Graceful shutdown and restart
Home
Install Shadowsocks Server on Windows
Manage Multiple Users
Objective
Optimizing Shadowsocks
Ports and Clients
Salsa20
Securing Public Shadowsocks Server
Setting Up Shadowsocks on Linode
Setup a Shadowsocks relay
Shadowsocks 使用说明
TCP Fast Open
Troubleshooting
Using Shadowsocks with Command Line Tools
Workers
优化 Shadowsocks
回复模版
在 Linode 上快速搭建 Shadowsocks
用 Supervisor 运行 Shadowsocks
No results
1
Generate QR Code for Android or iOS Clients
Symeon Huang edited this page 2016-01-12 21:55:37 +00:00
Table of Contents
Shadowsocks Android and iOS supports QR Code configuration.
Update: now you can also scan QR code on Windows, Linux, and OS X.
Protocol
You can encode your server configuration to a QR Code.
-
Put your configuration together like this:
method:password@hostname:port
-
Transform it into base64:
bWV0aG9kOnBhc3N3b3JkQGhvc3RuYW1lOnBvcnQ=
-
Prepend with
ss://
ss://bWV0aG9kOnBhc3N3b3JkQGhvc3RuYW1lOnBvcnQ=
-
Generate a QR Code from the url above.
Generate via GUI clients
You can also generate QR Codes from some GUI clients:
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.