{"id":13776033,"url":"https://github.com/shinlor/v2rays","last_synced_at":"2025-05-11T08:34:38.434Z","repository":{"id":59501616,"uuid":"113981518","full_name":"Shinlor/V2RayS","owner":"Shinlor","description":"一个V2Ray的Windows客户端","archived":false,"fork":false,"pushed_at":"2018-05-25T10:54:24.000Z","size":232,"stargazers_count":304,"open_issues_count":2,"forks_count":70,"subscribers_count":21,"default_branch":"master","last_synced_at":"2024-11-17T11:47:38.418Z","etag":null,"topics":["v2ray"],"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/Shinlor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-12T11:21:31.000Z","updated_at":"2024-11-11T22:54:20.000Z","dependencies_parsed_at":"2022-09-18T04:10:40.575Z","dependency_job_id":null,"html_url":"https://github.com/Shinlor/V2RayS","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shinlor%2FV2RayS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shinlor%2FV2RayS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shinlor%2FV2RayS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shinlor%2FV2RayS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shinlor","download_url":"https://codeload.github.com/Shinlor/V2RayS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253540590,"owners_count":21924522,"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":["v2ray"],"created_at":"2024-08-03T17:01:58.043Z","updated_at":"2025-05-11T08:34:38.120Z","avatar_url":"https://github.com/Shinlor.png","language":"C#","funding_links":[],"categories":["\u003ca id=\"d03d494700077f6a65092985c06bf8e8\"\u003e\u003c/a\u003e工具"],"sub_categories":["\u003ca id=\"dbc310300d300ae45b04779281fe6ec8\"\u003e\u003c/a\u003eV2Ray"],"readme":"# V2RayS\n一个V2Ray的Windows客户端\n\n## 说明\n本程序的目的是尽量简单的使用V2Ray，虽然在初期做了许多可以修改配置的功能，但是我后来决定将其禁用了。\n\n因为一些朋友使用，又不太懂配置等等，所以太复杂的功能也去除，基本上是傻瓜式的。\n\n本程序面向的使用场景主要为自己架设或购买了V2Ray服务端，平时主要为浏览网页、看视频、普通下载等，使用pac文件判断是否走代理，不涉及复杂路由等场景。\n\n本程序有如下的重点说明：\n### 只使用HTTP代理：\n虽然可以通过修改配置文件实现使用socks代理等，但还是建议只使用HTTP代理。也不需要再添加socks转http的功能了，当然一些特定需要socks代理的场景，本程序也就不适合了。\n### PAC服务：\n自带PAC的服务器，读取本地pac文件。使用PAC的好处为不走代理的网站可以彻底直连，不需要经过本地V2Ray程序。\n\n程序会自动设置Win系统的代理（即IE代理），可以设置为使用PAC文件以及全部使用代理，因此，请确保程序目录下有pac.txt文件，本程序自带了一个pac文件，也可以使用自己的。程序退出时会删除已设置的IE代理，但若程序崩溃或直接终止任务，可能会引起IE代理没有还原，请手动修改。\n\n1.0.0.3: 增加了编辑PAC文件的功能，所以现在不能使用其他的pac文件了，除非你不使用编辑功能。\n### config.json文件：\n程序默认如下的使用场景：\n\n客户端只使用Vmess协议，不涉及ss。当然，服务器端开启了ss功能不影响。\n\n鉴于mkcp容易被封，因此不使用mkcp，其他传输方式很少涉及，因此只默认使用TCP协议，建议在服务器端开启BBR，效果与mKcp差不多。\n\n鉴于一些情况下，开启Mux会断流，因此添加了Mux开关，平时建议开启。\n\n因为已经使用pac文件做了是否使用代理的判断，因此删除了配置文件路由功能中关于大陆IP地址或网站判断的部分。\n\n因为上述功能，直接使用V2Ray自带的配置文件可能引起程序出错，因此自带了config.json文件。\n\n也可以手动修改配置文件实现socks，mkcp等功能，不过如果需要的话，建议使用另一个客户端V2RayN。本程序还是尽量精简。\n\n### 使用方式：\n目前直接解压运行即可，程序会修改注册表实现自动启动、修改IE代理设置等，若有警告请允许。程序退出时会删除已设置的IE代理，但若程序崩溃或直接终止任务，可能会引起IE代理没有还原，请手动修改。\n\n但需要注意服务器端与客户端V2Ray的版本，目前使用版本3.21\n\nV2Ray自带的服务器只作为示例，所以你需要自己有V2Ray的服务器。如何在VPS上安装V2Ray服务，请参考官方网站或其他教程\nhttps://www.v2ray.com/chapter_00/install.html\n\n## 本程序运行需要.NET Framework 4.6","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshinlor%2Fv2rays","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshinlor%2Fv2rays","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshinlor%2Fv2rays/lists"}