All Projects → huacnlee → Flora Kit

huacnlee / Flora Kit

Licence: apache-2.0
💐 基于 shadowsocks-go 做的完善实现,自动网络分流,完全兼容 Surge 的配置文件。

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Flora Kit

Shadowsocksbio
记录一下Shadowsocks的前世今生,以及一个简单的教程总结
Stars: ✭ 2,518 (+175.79%)
Mutual labels:  surge, shadowsocks
Surge Rules
🦄 🎃 👻 Surge 规则集(DOMAIN-SET 和 RULE-SET),兼容 Surge for iOS 和 Surge for Mac 客户端。
Stars: ✭ 151 (-83.46%)
Mutual labels:  surge, shadowsocks
Unblockchn
Unblock CHN - Shadowsocks 回国解锁代理分流配置工具 (路由器 & Surge) - Unblock Youku 衍生工具
Stars: ✭ 134 (-85.32%)
Mutual labels:  surge, shadowsocks
Clashxr
A rule based custom proxy with GUI for Mac base on clash.
Stars: ✭ 405 (-55.64%)
Mutual labels:  surge, shadowsocks
SurgeConfig
这是我日常使用 Surge 配置 Shadowsocks 代理翻墙的文件。
Stars: ✭ 32 (-96.5%)
Mutual labels:  shadowsocks, surge
SS-Rule-Snippet
搜集、整理、维护 Surge / Quantumult (X) / Shadowrocket / Surfboard / clash (Premium) 实用规则。
Stars: ✭ 8,975 (+883.02%)
Mutual labels:  shadowsocks, surge
Shadowrocket Adblock Rules
提供多款 Shadowrocket 规则,带广告过滤功能。用于 iOS 未越狱设备选择性地自动翻墙。
Stars: ✭ 12,447 (+1263.31%)
Mutual labels:  surge, shadowsocks
Surgio
Generating rules for Surge, Clash, Quantumult... like a PRO.
Stars: ✭ 777 (-14.9%)
Mutual labels:  surge, shadowsocks
GeoIP2-CN
小巧精悍、准确、实用 GeoIP2 数据库
Stars: ✭ 3,965 (+334.28%)
Mutual labels:  shadowsocks, surge
Clash Rules
🦄️ 🎃 👻 Clash Premium 规则集(RULE-SET),兼容 ClashX Pro、Clash for Windows 客户端。
Stars: ✭ 706 (-22.67%)
Mutual labels:  surge, shadowsocks
Python Proxy
HTTP/HTTP2/HTTP3/Socks4/Socks5/Shadowsocks/ShadowsocksR/SSH/Redirect/Pf TCP/UDP asynchronous tunnel proxy implemented in Python 3 asyncio.
Stars: ✭ 692 (-24.21%)
Mutual labels:  shadowsocks
Rules
No description, website, or topics provided.
Stars: ✭ 6,421 (+603.29%)
Mutual labels:  surge
Freess
免费ss账号 免费shadowsocks账号 免费v2ray账号 (长期更新)
Stars: ✭ 6,544 (+616.76%)
Mutual labels:  shadowsocks
Cloak
A censorship circumvention tool to evade detection against state adversaries
Stars: ✭ 942 (+3.18%)
Mutual labels:  shadowsocks
V2ray Desktop
最优雅的跨平台代理客户端,支持Shadowsocks(R),V2Ray和Trojan协议。The most elegant cross-platform proxy GUI client that supports Shadowsocks(R), V2Ray, and Trojan. Built with Qt5 and QML2.
Stars: ✭ 671 (-26.51%)
Mutual labels:  shadowsocks
Ss Panel And Ss Py Mu
Stars: ✭ 813 (-10.95%)
Mutual labels:  shadowsocks
Vps setup
linux vim bash 脚本学习笔记 by 蘭雅sRGB https://262235.xyz/
Stars: ✭ 678 (-25.74%)
Mutual labels:  shadowsocks
Node Tap
基于TypeScript实现的开源SSTap
Stars: ✭ 673 (-26.29%)
Mutual labels:  shadowsocks
Freedom
类酸酸乳订阅源聚合 - 我们不生产类酸酸乳,我们只是大自然的拆迁工
Stars: ✭ 672 (-26.4%)
Mutual labels:  shadowsocks
Shadowsocks Php
A php port of shadowsocks based on workerman. A socks5 proxy written in PHP.
Stars: ✭ 869 (-4.82%)
Mutual labels:  shadowsocks

Flora

基于 shadowsocks-go 做的完善实现,完全兼容 Surge 的配置文件。

NOTE: 目前已完整实现自动 Proxy 的逻辑,可以用了,已在自己的 macOS 环境连续跑了两天,稳定有效。

2016-11-22 11 00 00

功能列表

  • macOS 和 Linux 同时支持;
  • 连接 ShadowSocks 代理,并在本地建立 socks 代理服务,以提供给系统代理配置使用;
  • 支持域名关键词、前缀、后缀匹配,制定 Direct 访问(白名单)或用 Proxy 访问(黑名单);
  • 支持 IP 白名单,黑名单;
  • 支持 GeoIP 判断目标网站服务器所在区域,自动选择线路;
  • 启动的时候自动改变 macOS,windows 网路代理配置,无需手工调整;

TODO

  • HTTP, HTTPS proxy 实现;
  • 自动代理 pac 实现;
  • 支持 Linux 网络代理自动设置;

下载 && 运行

https://github.com/huacnlee/flora-kit/releases

请根据系统下载需要的 release 包。

NOTE: 由于启动的时候,需要修改系统的网络配置,所以你需要用 sudo 来执行:

macOS

$ cd flora
$ sudo ./flora

Linux

$ cd flora
$ ./flora

Windows

flora.exe

开发说明

由于 go get 经常下不了包,我把依赖的几个库用vendor的方式加入工程 开发的时候需要执行下面的操作:

git submodule init
git submodule update

License

Apache License 2.0

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].