|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- Shadowsocks for Windows
- =======================
-
- [![Build Status]][Appveyor]
-
- [中文说明]
-
- #### Features
-
- 1. System proxy configuration
- 2. PAC mode and global mode
- 3. [GFWList] and user rules
- 4. Supports HTTP proxy
- 5. Supports server auto switching
- 6. Supports UDP relay (see Usage)
-
- #### Download
-
- Download the [latest release].
-
- #### Basic
-
- 1. Find Shadowsocks icon in the notification tray
- 2. You can add multiple servers in servers menu
- 3. Select `Enable System Proxy` menu to enable system proxy. Please disable other
- proxy addons in your browser, or set them to use system proxy
- 4. You can also configure your browser proxy manually if you don't want to enable
- system proxy. Set Socks5 or HTTP proxy to 127.0.0.1:1080. You can change this
- port in `Servers -> Edit Servers`
-
- #### PAC
-
- 1. You can change PAC rules by editing the PAC file. When you save the PAC file
- with any editor, Shadowsocks will notify browsers about the change automatically
- 2. You can also update PAC file from [GFWList] \(maintained by 3rd party)
- 3. You can also use online PAC URL
-
- #### Server Auto Switching
-
- 1. Load balance: choosing server randomly
- 2. High availability: choosing the best server (low latency and packet loss)
- 3. Choose By Total Package Loss: ping and choose. Please also enable
- `Availability Statistics` in the menu if you want to use this
- 4. Write your own strategy by implement IStrategy interface and send us a pull request!
-
- #### UDP
-
- For UDP, you need to use SocksCap or ProxyCap to force programs you want
- to be proxied to tunnel over Shadowsocks
-
- #### Multiple Instances
-
- If you want to manage multiple servers using other tools like SwitchyOmega,
- you can start multiple Shadowsocks instances. To avoid configuration conflicts,
- copy Shadowsocks to a new directory and choose a different local port.
-
- #### Global hotkeys
-
- Hotkeys are NOT registered automatically. You should re-register all hotkeys after
- restarting Shadowsocks. If you are using multiple instances of Shadowsocks,
- you must set different key combination for other instances.
-
- ##### How to input?
-
- 1. Put focus in the corresponding textbox.
- 2. Press the key combination that you want to use.
- 3. Release all keys when you think it is ready.
- 4. Your input appears in the textbox.
-
- ##### How to change?
-
- 1. Put focus in the corresponding textbox.
- 2. Press BackSpace key to clear content.
- 3. Re-input new key combination.
-
- ##### How to deactivate?
-
- 1. Clear content in the textbox that you want to deactivate,
- if you want to deactivate all, please clear all textboxes.
- 2. Press OK button to confirm.
-
- ##### Meaning of label color
-
- - Green: This key combination is not occupied by other programs and register successfully.
- - Yellow: This key combination is occupied by other programs and you have to change to another one.
- - Transparent without color: The initial status.
-
- #### Server Configuration
-
- Please visit [Servers] for more information.
-
- #### Portable Mode
-
- If you want to put all temporary files into shadowsocks/temp folder instead of
- system temp folder, create a `shadowsocks_portable_mode.txt` into shadowsocks folder.
-
- #### Develop
-
- Visual Studio 2015 is required.
-
- #### License
-
- GPLv3
-
-
- [Appveyor]: https://ci.appveyor.com/project/wongsyrone/shadowsocks-windows-0cn3i
- [Build Status]: https://ci.appveyor.com/api/projects/status/47784ryn365vw56w/branch/master?svg=true
- [latest release]: https://github.com/shadowsocks/shadowsocks-csharp/releases
- [GFWList]: https://github.com/gfwlist/gfwlist
- [Servers]: https://github.com/shadowsocks/shadowsocks/wiki/Ports-and-Clients#linux--server-side
- [中文说明]: https://github.com/shadowsocks/shadowsocks-windows/wiki/Shadowsocks-Windows-%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E
|