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 2.6 kB

10 years ago
12 years ago
10 years ago
9 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
9 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
9 years ago
9 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. Shadowsocks for Windows
  2. =======================
  3. [![Build Status]][Appveyor]
  4. [中文说明]
  5. #### Features
  6. 1. System proxy configuration
  7. 2. PAC mode and global mode
  8. 3. [GFWList] and user rules
  9. 4. Supports HTTP proxy
  10. 5. Supports server auto switching
  11. 6. Supports UDP relay (see Usage)
  12. #### Download
  13. Download the [latest release].
  14. #### Basic
  15. 1. Find Shadowsocks icon in the notification tray
  16. 2. You can add multiple servers in servers menu
  17. 3. Select `Enable System Proxy` menu to enable system proxy. Please disable other
  18. proxy addons in your browser, or set them to use system proxy
  19. 4. You can also configure your browser proxy manually if you don't want to enable
  20. system proxy. Set Socks5 or HTTP proxy to 127.0.0.1:1080. You can change this
  21. port in `Servers -> Edit Servers`
  22. #### PAC
  23. 1. You can change PAC rules by editing the PAC file. When you save the PAC file
  24. with any editor, Shadowsocks will notify browsers about the change automatically
  25. 2. You can also update PAC file from [GFWList] (maintained by 3rd party)
  26. 3. You can also use online PAC URL
  27. #### Server Auto Switching
  28. 1. Load balance: choosing server randomly
  29. 2. High availability: choosing the best server (low latency and packet loss)
  30. 3. Choose By Total Package Loss: ping and choose. Please also enable
  31. `Availability Statistics` in the menu if you want to use this
  32. 4. Write your own strategy by implement IStrategy interface and send us a pull request!
  33. #### UDP
  34. For UDP, you need to use SocksCap or ProxyCap to force programs you want
  35. to be proxied to tunnel over Shadowsocks
  36. #### Multiple Instances
  37. If you want to manage multiple servers using other tools like SwitchyOmega,
  38. you can start multiple Shadowsocks instances. To avoid configuration conflicts,
  39. copy Shadowsocks to a new directory and choose a different local port.
  40. Also, make sure to use `SOCKS5` proxy in SwitchyOmega, since we have only
  41. one HTTP proxy instance.
  42. #### Server Configuration
  43. Please visit [Servers] for more information.
  44. #### Develop
  45. Visual Studio 2015 is required.
  46. #### License
  47. GPLv3
  48. [Appveyor]: https://ci.appveyor.com/project/clowwindy/shadowsocks-csharp
  49. [Build Status]: https://ci.appveyor.com/api/projects/status/gknc8l1lxy423ehv/branch/master
  50. [latest release]: https://github.com/shadowsocks/shadowsocks-csharp/releases
  51. [GFWList]: https://github.com/gfwlist/gfwlist
  52. [Servers]: https://github.com/shadowsocks/shadowsocks/wiki/Ports-and-Clients#linux--server-side
  53. [中文说明]: https://github.com/shadowsocks/shadowsocks-windows/wiki/Shadowsocks-Windows-%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E