You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 1.9 kB

10 years ago
12 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
12 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. Shadowsocks for Windows
  2. =======================
  3. [![Build Status]][Appveyor]
  4. #### Features
  5. 1. System proxy configuration
  6. 2. PAC mode and global mode
  7. 3. [GFWList] and user rules
  8. 4. Supports HTTP proxy
  9. 5. Supports server auto switching
  10. 6. Supports UDP relay (see Usage)
  11. #### Download
  12. Download the [latest release].
  13. #### Basic
  14. 1. Find Shadowsocks icon in the notification tray
  15. 2. You can add multiple servers in servers menu
  16. 3. Select `Enable System Proxy` menu to enable system proxy. Please disable other
  17. proxy addons in your browser, or set them to use system proxy
  18. 4. You can also configure your browser proxy manually if you don't want to enable
  19. system proxy. Set Socks5 or HTTP proxy to 127.0.0.1:1080. You can change this
  20. port in `Servers -> Edit Servers`
  21. #### PAC
  22. 1. You can change PAC rules by editing the PAC file. When you save the PAC file
  23. with any editor, Shadowsocks will notify browsers about the change automatically
  24. 2. You can also update PAC file from [GFWList] (maintained by 3rd party)
  25. 3. You can also use online PAC URL
  26. #### Server Auto Switching
  27. 1. Load balance: choosing server randomly
  28. 2. High availability: choosing the best server (low latency and packet loss)
  29. 3. Choose By Total Package Loss: ping and choose. Please also enable
  30. `Availability Statistics` in the menu if you want to use this
  31. 4. Write your own strategy by implement IStrategy interface and send us a pull request!
  32. #### UDP
  33. For UDP, you need to use SocksCap or ProxyCap to force programs you want
  34. to be proxied to tunnel over Shadowsocks
  35. #### Develop
  36. Visual Studio 2015 is required.
  37. #### License
  38. GPLv3
  39. [Appveyor]: https://ci.appveyor.com/project/clowwindy/shadowsocks-csharp
  40. [Build Status]: https://ci.appveyor.com/api/projects/status/gknc8l1lxy423ehv/branch/master
  41. [latest release]: https://github.com/shadowsocks/shadowsocks-csharp/releases
  42. [GFWList]: https://github.com/gfwlist/gfwlist