{"id":13466491,"url":"https://github.com/shadowsocksr-backup/shadowsocksr-csharp","last_synced_at":"2025-04-12T20:38:00.586Z","repository":{"id":41081552,"uuid":"98547658","full_name":"shadowsocksr-backup/shadowsocksr-csharp","owner":"shadowsocksr-backup","description":null,"archived":false,"fork":false,"pushed_at":"2019-04-10T06:19:06.000Z","size":8391,"stargazers_count":4537,"open_issues_count":11,"forks_count":1867,"subscribers_count":271,"default_branch":"master","last_synced_at":"2025-04-05T19:06:37.552Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shadowsocksr-backup.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-27T14:46:22.000Z","updated_at":"2025-04-04T19:08:37.000Z","dependencies_parsed_at":"2022-07-13T09:20:34.560Z","dependency_job_id":null,"html_url":"https://github.com/shadowsocksr-backup/shadowsocksr-csharp","commit_stats":null,"previous_names":[],"tags_count":97,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowsocksr-backup%2Fshadowsocksr-csharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowsocksr-backup%2Fshadowsocksr-csharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowsocksr-backup%2Fshadowsocksr-csharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowsocksr-backup%2Fshadowsocksr-csharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shadowsocksr-backup","download_url":"https://codeload.github.com/shadowsocksr-backup/shadowsocksr-csharp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631637,"owners_count":21136553,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T15:00:45.099Z","updated_at":"2025-04-12T20:38:00.564Z","avatar_url":"https://github.com/shadowsocksr-backup.png","language":"C#","funding_links":[],"categories":["C# #","C#","\u003ca id=\"d03d494700077f6a65092985c06bf8e8\"\u003e\u003c/a\u003e工具"],"sub_categories":["\u003ca id=\"cb16466a31a167bb61f39e2a4a85f449\"\u003e\u003c/a\u003eShadowsocks"],"readme":"ShadowsocksR for Windows\n=======================\n\n[![Build Status]][Appveyor]\n\n#### Download\n\nYou will need to download and install [7-Zip](http://www.7-zip.org/) in order \nto extract the ShadowsocksR archive.\n\nDownload the [latest release] for ShadowsocksR for Windows.\n\n_Optionally_, right-click on the downloaded 7z file and select \n**CRC SHA** \u003e **SHA-256**. Verify that the SHA-256 checksum displayed \nmatches the expected checksum which was shown on the releases page.\n\nRight-click on the downloaded 7z file and do **7-Zip** \u003e **Extract Here** \nor extract to a new folder.\n\n_Optionally_, download and install [Gpg4win](https://www.gpg4win.org/). \nFrom the Windows start menu, launch program **Kleopatra**. \nDo **File** \u003e **New Certificate** to create a personal OpenPGP key pair. \nSave the signing key from\n[breakwa11/pubkey](https://github.com/breakwa11/pubkey) as a text file. \nThen do **File** \u003e **Import Certificates** to import the signing key text file.\nAfter import, select the signing key and do \n**Certificates** \u003e **Certify Certificates**. \nYou will need to enter the passphrase for your own key. \nFinally, do **File** \u003e **Decrypt/Verify Files** for the executable \nyou propose to use (see below). A message confirming successful verification \nof the signature appears against a green background. \nClose program **Kleopatra**.\n\nFor \u003e= Windows 8 or with .Net 4.0, using ShadowsocksR-dotnet4.0.exe.\n\nFor \u003c= Windows 7 or with .Net 2.0, using ShadowsocksR-dotnet2.0.exe.\n\n#### Usage\n\n1. Find ShadowsocksR icon in the notification tray\n2. You can add multiple servers in servers menu\n3. Select Enable System Proxy menu to enable system proxy. Please disable other\nproxy addons in your browser, or set them to use system proxy\n4. You can also configure your browser proxy manually if you don't want to enable\nsystem proxy. Set Socks5 or HTTP proxy to 127.0.0.1:1080. You can change this\nport in Global settings\n5. You can change PAC rules by editing the PAC file. When you save the PAC file\nwith any editor, ShadowsocksR will notify browsers about the change automatically\n6. You can also update the PAC file from GFWList. Note your modifications to the PAC\nfile will be lost. However you can put your rules in the user rule file for GFWList.\nDon't forget to update from GFWList again after you've edited the user rule\n7. For UDP, you need to use SocksCap or ProxyCap to force programs you want\nto proxy to tunnel over ShadowsocksR\n\n### Develop\n\nVisual Studio Express 2012 is recommended.\n\n#### License\n\nGPLv3\n\nCopyright © BreakWa11 2017. Fork from Shadowsocks by clowwindy\n\n[Appveyor]:       https://ci.appveyor.com/project/breakwa11/shadowsocksr-csharp\n[Build Status]:   https://ci.appveyor.com/api/projects/status/itcxnad1y95gf2x5/branch/master?svg=true\n[latest release]: https://github.com/shadowsocksr/shadowsocksr-csharp/releases\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowsocksr-backup%2Fshadowsocksr-csharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadowsocksr-backup%2Fshadowsocksr-csharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowsocksr-backup%2Fshadowsocksr-csharp/lists"}