godoorsun / shadowsocksr-csharp

在原版基础上,添加一些自用功能

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShadowsocksR for Windows

Build Status

在原版基础上,添加如下功能:

  • 添加代理模式切换的快捷键(默认CTRL+F12),在三个代理模式中切换。
  • 自定义pac地址: 在ShadowsocksR.exe同目录放置pac-url.ini,用户可以从自定义的地址更新pac.txt。pac-url.ini中第一行放地址即可
  • 过滤服务器:ShadowsocksR.exe同目录放置excluded-servers.ini,订阅过程中,程序会可以根据文件中的关键词(每行一个词),匹配服务器的域名、IP或备注,如果有词匹配上(即contain),则不放入后续使用的服务器列表中

Download

You will need to download and install 7-Zip in order to extract the ShadowsocksR archive.

Download the latest release for ShadowsocksR for Windows.

Optionally, right-click on the downloaded 7z file and select CRC SHA > SHA-256. Verify that the SHA-256 checksum displayed matches the expected checksum which was shown on the releases page.

Right-click on the downloaded 7z file and do 7-Zip > Extract Here or extract to a new folder.

Optionally, download and install Gpg4win. From the Windows start menu, launch program Kleopatra. Do File > New Certificate to create a personal OpenPGP key pair. Save the signing key from breakwa11/pubkey as a text file. Then do File > Import Certificates to import the signing key text file. After import, select the signing key and do Certificates > Certify Certificates. You will need to enter the passphrase for your own key. Finally, do File > Decrypt/Verify Files for the executable you propose to use (see below). A message confirming successful verification of the signature appears against a green background. Close program Kleopatra.

For >= Windows 8 or with .Net 4.0, using ShadowsocksR-dotnet4.0.exe.

For <= Windows 7 or with .Net 2.0, using ShadowsocksR-dotnet2.0.exe.

Usage

  1. Find ShadowsocksR 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 Global settings
  5. You can change PAC rules by editing the PAC file. When you save the PAC file with any editor, ShadowsocksR will notify browsers about the change automatically
  6. You can also update the PAC file from GFWList. Note your modifications to the PAC file will be lost. However you can put your rules in the user rule file for GFWList. Don't forget to update from GFWList again after you've edited the user rule
  7. For UDP, you need to use SocksCap or ProxyCap to force programs you want to proxy to tunnel over ShadowsocksR

Develop

Visual Studio Express 2012 is recommended.

License

GPLv3

Copyright © BreakWa11 2017. Fork from Shadowsocks by clowwindy

About

在原版基础上,添加一些自用功能

License:GNU General Public License v3.0


Languages

Language:C# 100.0%Language:Shell 0.0%