All Projects → RMTT → Shadowray

RMTT / Shadowray

Licence: MIT License
An useful client of v2ray for linux.You can download from https://pypi.org/project/shadowray

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Shadowray

Winxray
Xray / V2Ray( vmess/vless )、Shadowsocks、Trojan 通用客户端(Windows),可自动维持稳定上网 - 代理服务器异常自动切换,并提供一键部署代理服务端工具,使用 aardio 编写,绿色便携版免安装仅740KB、不需要.Net等外部运行库。
Stars: ✭ 241 (+995.45%)
Mutual labels:  shadowsocks, v2ray
v2ray.vpn
V2free for android, a V2ray and Shadowsocks client with many builtin free servers.
Stars: ✭ 277 (+1159.09%)
Mutual labels:  shadowsocks, v2ray
SubCrawler
节点爬取,筛选, google ping,支持Clash,base64订阅解析,生成可用的ss, ssr, v2ray, trojan,vless节点. (若不进行二次开发,请不要fork)
Stars: ✭ 686 (+3018.18%)
Mutual labels:  shadowsocks, v2ray
Django Sspanel
用diango开发的shadowsocks/V2ray面板
Stars: ✭ 2,538 (+11436.36%)
Mutual labels:  shadowsocks, v2ray
overthefirewall
覆盖全平台完全免费节点订阅机场推荐破解VPN软件分享
Stars: ✭ 1,042 (+4636.36%)
Mutual labels:  shadowsocks, v2ray
Proxysu
Xray,V2ray,Trojan,NaiveProxy, Trojan-Go, ShadowsocksR(SSR),Shadowsocks-libev及相关插件,MTProto+TLS 一键安装工具,windows下用(一键科学上网)
Stars: ✭ 3,309 (+14940.91%)
Mutual labels:  shadowsocks, v2ray
ssr-decode
一个解析Shadowsocks/ShadowsocksR/V2Ray订阅链接(http/ss/ssr/vmess)并生成json配置文件的百行shell小脚本
Stars: ✭ 53 (+140.91%)
Mutual labels:  shadowsocks, v2ray
Stairspeedtest Reborn
Proxy performance batch tester based on Shadowsocks(R) and V2Ray
Stars: ✭ 2,501 (+11268.18%)
Mutual labels:  shadowsocks, v2ray
Free-Node-Merge
合并网络上的免费节点 | Merge Free ss, ssr, v2ray nodes
Stars: ✭ 154 (+600%)
Mutual labels:  shadowsocks, v2ray
v2ray-free
Fuck gfw,免费翻墙,每天更新
Stars: ✭ 221 (+904.55%)
Mutual labels:  shadowsocks, v2ray
Kuhero
websocket proxy on heroku
Stars: ✭ 192 (+772.73%)
Mutual labels:  shadowsocks, v2ray
ss-v2ray-docker
Deprecated: please use https://hub.docker.com/r/mazy/ss-xray
Stars: ✭ 28 (+27.27%)
Mutual labels:  shadowsocks, v2ray
Awesome Vpn
Free VPN/proxy,server,account,link list.,实时更新免费的代理,科学上网,翻墙,梯子,服务器,客户端,账号
Stars: ✭ 2,691 (+12131.82%)
Mutual labels:  shadowsocks, v2ray
Freedom
一个小白对于科学上网的一些切身感受的整理,自己捋思路,同时也为方便他人。发现错误的地方欢迎斧正。顺便也会不断整理一些实用资源及工具。
Stars: ✭ 236 (+972.73%)
Mutual labels:  shadowsocks, v2ray
Ssssrv2rayclashtrojan
科学上网,ss, ssr, v2ray, trojan, clash, clashr,翻墙机场推荐
Stars: ✭ 186 (+745.45%)
Mutual labels:  shadowsocks, v2ray
R2S
基于 RubikWrt 的 NanoPi R2S 固件,每日自动更新插件和内核
Stars: ✭ 96 (+336.36%)
Mutual labels:  shadowsocks, v2ray
Cproxy
Easy per application transparent proxy built on cgroup.
Stars: ✭ 145 (+559.09%)
Mutual labels:  shadowsocks, v2ray
Surge Rules
🦄 🎃 👻 Surge 规则集(DOMAIN-SET 和 RULE-SET),兼容 Surge for iOS 和 Surge for Mac 客户端。
Stars: ✭ 151 (+586.36%)
Mutual labels:  shadowsocks, v2ray
mian-fan-qiang
各大机场免翻墙地址搜集,不定期更新。欢迎收藏,转发。
Stars: ✭ 361 (+1540.91%)
Mutual labels:  shadowsocks, v2ray
VPN
Personal vpn using v2ray and shadowsocks hosted on heroku
Stars: ✭ 154 (+600%)
Mutual labels:  shadowsocks, v2ray

Notice

This project has stopped. You can use Clash and subconverter to implement the same effect, and they can do better.

Shadowray

An useful client of v2ray for linux

Simple usage

pip install shadowray
shadowray --autoconfig
shadowray --subscribe-add 'name,url'
shadowray --list
shadowray -s 1

for more detail about command:

shadowray --help

Default config

Inbound:

  • protocol : socks5
  • port: 1082
  • auth: noauth

Outbound:

  • Traffic camouflage : tcp

Usage

Basic config

  • subscribe.json : the file used to save subscribes,you can specify it by using shadowray --config-subscribe <path>,but the file must be created by yourself
  • servers.json : the file used to save servers,you can specify it by using shadowray --config-servers <path>,but the file must be created by yourself
  • v2ray : you should specify the folder of v2ray-core,using shadowray --config-v2ray <path>

For simplicity

Using shadowray --autoconfig,then it will complete the basic config automatically,include that downloading the lasted v2ray-core

Subscribe

Add a subscribe

you can use shadowray --subscribe-add '<name>,<url>' to add a subscribe.

Don't forget the ''

Update subscribes

Using shadowray --subscribe-update to update all subscribes.Meanwhile,you can use --port <number> to specify a port of inbound.

Proxy

List server

To see all available servers(proxies),using shadowray [--list|-l].Then you will see some index,name of proxies,protocol of proxies,the index of proxies used to start a proxy

Start a proxy

For starting a proxy,you can use shadowray [--start|-s] <index>

For running v2ray as a daemon,by using --daemon or -d

Stop daemon

Using shadowray --stop

Specify a config file of v2ray

You can use your config file via [--config-self|-f] <path>.For example, shadowray --config-self ~/config.json or shadowray -f ~/config.json

Export config

Using shadowray --servers-export <index>:<path> to export the specified config to file that specified by

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].