[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-542":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":28,"readmeContent":29,"aiSummary":30,"trendingCount":16,"starSnapshotCount":16,"syncStatus":31,"lastSyncTime":32,"discoverSource":33},542,"shadowsocks-windows","shadowsocks\u002Fshadowsocks-windows","shadowsocks","A C# port of shadowsocks","",null,"C#",59563,16253,2417,189,0,23,47,5,45,"Other",false,"v4",true,[26,27,7],"c-sharp","proxy","2026-06-12 02:00:15","\u003Cimg src=\"shadowsocks-csharp\u002FResources\u002Fssw128.png\" alt=\"[logo]\" width=\"48\"\u002F> Shadowsocks for Windows\r\n=======================\r\n\r\n[![Build Status]][Appveyor]\r\n\r\n[中文说明]\r\n\r\n## Features\r\n\r\n1. System proxy configuration\r\n2. PAC mode and global mode\r\n3. [GeoSite] and user rules\r\n4. Supports HTTP proxy\r\n5. Supports server auto switching\r\n6. Supports UDP relay (see Usage)\r\n7. Supports plugins\r\n\r\n## Downloads\r\n\r\nDownload the latest release from [release page].\r\n\r\n## Requirements\r\n\r\n.NET Framework 4.8 or higher, Microsoft [Visual C++ 2015 Redistributable] (x86) .\r\n\r\n## Basics\r\n\r\n1. Find Shadowsocks icon in the notification tray\r\n2. You can add multiple servers in servers menu\r\n3. Select `Enable System Proxy` menu to enable system proxy. Please disable other\r\nproxy addons in your browser, or set them to use system proxy\r\n4. You can also configure your browser proxy manually if you don't want to enable\r\nsystem proxy. Set Socks5 or HTTP proxy to 127.0.0.1:1080. You can change this\r\nport in `Servers -> Edit Servers`\r\n\r\n## PAC\r\n\r\n- The PAC rules are generated from the geosite database in [v2fly\u002Fdomain-list-community](https:\u002F\u002Fgithub.com\u002Fv2fly\u002Fdomain-list-community).\r\n- Generation modes: whitelist mode and blacklist mode.\r\n- Domain groups: `geositeDirectGroups` and `geositeProxiedGroups`.\r\n    - `geositeDirectGroups` is initialized with `cn` and `geolocation-!cn@cn`.\r\n    - `geositeProxiedGroups` is initialized with `geolocation-!cn`.\r\n- To switch between different modes, modify the `geositePreferDirect` property in `gui-config.json`\r\n    - When `geositePreferDirect` is false (default), PAC works in whitelist mode. Exception rules are generated from `geositeDirectGroups`. Unmatched domains goes through the proxy.\r\n    - When `geositePreferDirect` is true, PAC works in blacklist mode. Blocking rules are generated from `geositeProxiedGroups`. Exception rules are generated from `geositeDirectGroups`. Unmatched domains are connected to directly.\r\n- Starting from 4.3.0.0, shadowsocks-windows defaults to whitelist mode with Chinese domains excluded from connecting via the proxy.\r\n- The new default values make sure that:\r\n    - When in whitelist mode, Chinese domains, including non-Chinese companies' Chinese CDNs, are connected to directly.\r\n    - When in blacklist mode, only non-Chinese domains goes through the proxy. Chinese domains, as well as non-Chinese companies' Chinese CDNs, are connected to directly.\r\n\r\n### User-defined rules\r\n\r\n- To define your own PAC rules, it's recommended to use the `user-rule.txt` file.\r\n- You can also modify `pac.txt` directly. But your modifications won't persist after updating geosite from the upstream.\r\n\r\nFor Windows10 Store and related applications, please execute the following command under Admin privilege:\r\n```\r\nnetsh winhttp import proxy source=ie\r\n```\r\n\r\n## Server Auto Switching\r\n\r\n1. Load balance: choosing server randomly\r\n2. High availability: choosing the best server (low latency and packet loss)\r\n3. Choose By Total Package Loss: ping and choose. Please also enable\r\n   `Availability Statistics` in the menu if you want to use this\r\n4. Write your own strategy by implement IStrategy interface and send us a pull request!\r\n\r\n## UDP\r\n\r\nFor UDP, you need to use SocksCap or ProxyCap to force programs you want\r\nto be proxied to tunnel over Shadowsocks\r\n\r\n## Multiple Instances\r\n\r\nIf you want to manage multiple servers using other tools like SwitchyOmega,\r\nyou can start multiple Shadowsocks instances. To avoid configuration conflicts,\r\ncopy Shadowsocks to a new directory and choose a different local port.\r\n\r\n## Plugins\r\n\r\nIf you would like to connect to server via a plugin, please set the plugin's\r\npath (relative or absolute) on Edit Servers form.\r\n_Note_: Forward Proxy will not be used while a plugin is enabled.\r\n\r\nDetails:\r\n[Working with non SIP003 standard Plugin].\r\n\r\n## Global hotkeys\r\n\r\nHotkeys could be registered automatically on startup.\r\nIf you are using multiple instances of Shadowsocks,\r\nyou must set different key combination for each instance.\r\n\r\n### How to input?\r\n\r\n1. Put focus in the corresponding textbox.\r\n2. Press the key combination that you want to use.\r\n3. Release all keys when you think it is ready.\r\n4. Your input appears in the textbox.\r\n\r\n### How to change?\r\n\r\n1. Put focus in the corresponding textbox.\r\n2. Press BackSpace key to clear content.\r\n3. Re-input new key combination.\r\n\r\n### How to deactivate?\r\n\r\n1. Clear content in the textbox that you want to deactivate,\r\nif you want to deactivate all, please clear all textboxes.\r\n2. Press OK button to confirm.\r\n\r\n### Meaning of label color\r\n\r\n- Green: This key combination is not occupied by other programs and register successfully.\r\n- Yellow: This key combination is occupied by other programs and you have to change to another one.\r\n- Transparent without color: The initial status.\r\n\r\n## Server Configuration\r\n\r\nPlease visit [Servers] for more information.\r\n\r\n## Experimental\r\n\r\n[Experimental Features]\r\n\r\n## Development\r\n\r\n1. Visual Studio 2019 & .NET Framework 4.8 SDK are required.\r\n2. It is recommended to share your idea on the Issue Board before you start to work,\r\nespecially for feature development.\r\n\r\n## License\r\n\r\n[GPLv3]\r\n\r\n## Open Source Components \u002F Libraries\r\n\r\n```\r\nCaseless.Fody (MIT)              https:\u002F\u002Fgithub.com\u002FFody\u002FCaseless\r\nCostura.Fody (MIT)               https:\u002F\u002Fgithub.com\u002FFody\u002FCostura\r\nFody (MIT)                       https:\u002F\u002Fgithub.com\u002FFody\u002FFody\r\nGlobalHotKey (GPLv3)             https:\u002F\u002Fgithub.com\u002Fkirmir\u002FGlobalHotKey\r\nMdXaml (MIT)                     https:\u002F\u002Fgithub.com\u002Fwhistyun\u002FMdXaml\r\nNewtonsoft.Json (MIT)            https:\u002F\u002Fwww.newtonsoft.com\u002Fjson\r\nReactiveUI.WPF (MIT)             https:\u002F\u002Fgithub.com\u002Freactiveui\u002FReactiveUI\r\nReactiveUI.Events.WPF (MIT)      https:\u002F\u002Fgithub.com\u002Freactiveui\u002FReactiveUI\r\nReactiveUI.Fody (MIT)            https:\u002F\u002Fgithub.com\u002Freactiveui\u002FReactiveUI\r\nReactiveUI.Validation (MIT)      https:\u002F\u002Fgithub.com\u002Freactiveui\u002FReactiveUI.Validation\r\nWPFLocalizationExtension (MS-PL) https:\u002F\u002Fgithub.com\u002FXAMLMarkupExtensions\u002FWPFLocalizationExtension\u002F\r\nZXing.Net (Apache 2.0)           https:\u002F\u002Fgithub.com\u002Fmicjahn\u002FZXing.Net\r\n\r\nlibsscrypto (GPLv2)    https:\u002F\u002Fgithub.com\u002Fshadowsocks\u002Flibsscrypto\r\nPrivoxy (GPLv2)        https:\u002F\u002Fwww.privoxy.org\r\nSysproxy ()            https:\u002F\u002Fgithub.com\u002FNoisyfox\u002Fsysproxy\r\n```\r\n\r\n\r\n\r\n[Appveyor]:     https:\u002F\u002Fci.appveyor.com\u002Fproject\u002Fceleron533\u002Fshadowsocks-windows\r\n[Build Status]: https:\u002F\u002Fci.appveyor.com\u002Fapi\u002Fprojects\u002Fstatus\u002Ftfw57q6eecippsl5\u002Fbranch\u002Fmaster?svg=true\r\n[release page]: https:\u002F\u002Fgithub.com\u002Fshadowsocks\u002Fshadowsocks-csharp\u002Freleases\r\n[GeoSite]:      https:\u002F\u002Fgithub.com\u002Fv2fly\u002Fdomain-list-community\r\n[Servers]:      https:\u002F\u002Fgithub.com\u002Fshadowsocks\u002Fshadowsocks\u002Fwiki\u002FPorts-and-Clients#linux--server-side\r\n[中文说明]:     https:\u002F\u002Fgithub.com\u002Fshadowsocks\u002Fshadowsocks-windows\u002Fwiki\u002FShadowsocks-Windows-%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E\r\n[Visual C++ 2015 Redistributable]:     https:\u002F\u002Fwww.microsoft.com\u002Fen-us\u002Fdownload\u002Fdetails.aspx?id=53840\r\n[GPLv3]:        https:\u002F\u002Fgithub.com\u002Fshadowsocks\u002Fshadowsocks-windows\u002Fblob\u002Fmaster\u002FLICENSE.txt\r\n[Working with non SIP003 standard Plugin]: https:\u002F\u002Fgithub.com\u002Fshadowsocks\u002Fshadowsocks-windows\u002Fwiki\u002FWorking-with-non-SIP003-standard-Plugin\r\n[Experimental Features]: https:\u002F\u002Fgithub.com\u002Fshadowsocks\u002Fshadowsocks-windows\u002Fwiki\u002FExperimental","Shadowsocks for Windows 是一个基于C#语言开发的Shadowsocks客户端，专为Windows用户设计。其核心功能包括系统代理配置、PAC模式与全局模式切换、GeoSite数据库支持及用户自定义规则设置等，并且支持HTTP代理、服务器自动切换、UDP转发以及插件扩展。该项目特别适合需要在Windows环境下实现安全稳定网络访问的场景，如绕过地理限制或提高网络连接安全性。通过简单的图形界面操作即可完成复杂配置，满足不同用户的个性化需求。",2,"2026-06-11 02:37:14","top_all"]