All Projects → langyanduan → Reborn

langyanduan / Reborn

The missing proxy for macOS

Projects that are alternatives of or similar to Reborn

Proxymise
Chainable Promise Proxy
Stars: ✭ 537 (-10.2%)
Mutual labels:  proxy
Promxy
An aggregating proxy to enable HA prometheus
Stars: ✭ 562 (-6.02%)
Mutual labels:  proxy
Daze
Daze is a tool to help you link to the Internet.
Stars: ✭ 580 (-3.01%)
Mutual labels:  proxy
Nsmartproxy
NSmartProxy是一款开源免费的内网穿透工具。采用.NET CORE的全异步模式打造。(NSmartProxy is an open source reverse proxy tool that creates a secure tunnel from a public endpoint to a locally service.)
Stars: ✭ 547 (-8.53%)
Mutual labels:  proxy
Nboost
NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search results on different platforms (i.e. Elasticsearch)
Stars: ✭ 549 (-8.19%)
Mutual labels:  proxy
Icaro
Smart and efficient javascript object observer, ideal for batching DOM updates (~1kb)
Stars: ✭ 568 (-5.02%)
Mutual labels:  proxy
Kubeadm Playbook
Fully fledged (HA) Kubernetes Cluster using official kubeadm, ansible and helm. Tested on RHEL/CentOS/Ubuntu with support of http_proxy, dashboard installed, ingress controller, heapster - using official helm charts
Stars: ✭ 533 (-10.87%)
Mutual labels:  proxy
Blinksocks
A framework for building composable proxy protocol stack.
Stars: ✭ 587 (-1.84%)
Mutual labels:  proxy
Microsocks
tiny, portable SOCKS5 server with very moderate resource usage
Stars: ✭ 549 (-8.19%)
Mutual labels:  proxy
Awesome Network Stuff
Resources about network security, including: Proxy/GFW/ReverseProxy/Tunnel/VPN/Tor/I2P, and MiTM/PortKnocking/NetworkSniff/NetworkAnalysis/etc。More than 1700 open source tools for now. Post incoming.
Stars: ✭ 578 (-3.34%)
Mutual labels:  proxy
Goproxy.cn
The most trusted Go module proxy in China.
Stars: ✭ 5,530 (+824.75%)
Mutual labels:  proxy
Invoke Socksproxy
Socks proxy, and reverse socks server using powershell.
Stars: ✭ 540 (-9.7%)
Mutual labels:  proxy
Awslambdaproxy
An AWS Lambda powered HTTP/SOCKS web proxy
Stars: ✭ 571 (-4.52%)
Mutual labels:  proxy
Leaf
A lightweight and fast proxy utility tries to include any useful features.
Stars: ✭ 530 (-11.37%)
Mutual labels:  proxy
Spike
📣 A fast reverse proxy written in PHP that helps to expose local services to the internet
Stars: ✭ 582 (-2.68%)
Mutual labels:  proxy
Proxy
The Istio proxy components.
Stars: ✭ 533 (-10.87%)
Mutual labels:  proxy
Goproxy
A minimalist Go module proxy handler.
Stars: ✭ 561 (-6.19%)
Mutual labels:  proxy
Engintron
Engintron for cPanel/WHM is the easiest way to integrate Nginx on your cPanel/WHM server. Engintron will improve the performance & web serving capacity of your server, while reducing CPU/RAM load at the same time, by installing & configuring the popular Nginx webserver to act as a reverse caching proxy in front of Apache.
Stars: ✭ 587 (-1.84%)
Mutual labels:  proxy
Php Proxy App
Web Proxy Application built on php-proxy library ready to be installed on your server
Stars: ✭ 583 (-2.51%)
Mutual labels:  proxy
Grpc Proxy
gRPC proxy is a Go reverse proxy that allows for rich routing of gRPC calls with minimum overhead.
Stars: ✭ 571 (-4.52%)
Mutual labels:  proxy

Reborn

注意 0.5.0 版本开始使用了新的配置格式,如果使用的是 0.5.0 之前版本的,请参考旧版使用说明

功能介绍

Reborn 是一款 macOS 上的透明代理

  • 对用户无感知,无需配置系统代理,自动接管所有应用程序(如浏览器和终端工具)流量
  • 支持根据 IP、域名、GEOIP 规则进行分流,屏蔽特定网站
  • DNS 解析对 CDN 友好
  • 可以查看所有经过 Reborn 转发的连接

流量监控功能

流量监控功能默认关闭,如果需要开启,请在 Preferences 中打开相应的设置。
可以设置是否进行网络信息统计、是否在状态栏显示实时网速、状态栏是否使用窄模式。
perferences

  • 状态栏显示实时网速
    • 宽模式 statusbar
    • 窄模式 statusbar
  • Dashboard 查看统计信息
    server
  • 服务器流量统计
    server
  • 查看连接信息
    • 当前活跃连接
      active
    • 最近完成的连接
    • 所有连接信息

注意事项

配置规则仓库下有个模版文件,大概看看就能看懂了,配置文件放到 Profiles 目录下就好了。

如果将reborn作为前端配合其他工具使用,则需要对其他工具配置进程规则。

由于是通过虚拟网卡实现的,所有如果要用 ping, traceroute 等功能,加 -S/-s 指定具体网卡吧。

最后说明一下,内置了 crash 上报会上传到 hockeyapp 和版本升级检测的,没有其他额外的网络功能了。

希望碰到图标自动变灰(服务挂了)的情况能够反馈下如何出现的,比如访问某个网站,使用了某个工具,日志文件在 ~/Library/Application Support/Reborn/Logs 目录下

导航

配置详解

https://github.com/langyanduan/Reborn/blob/master/v2/DETAIL.md

基础配置模版

https://github.com/langyanduan/Reborn/blob/master/v2/template.conf

下载地址

https://github.com/langyanduan/Reborn/releases

QA

1. 如何判断 Reborn 已启用,并接管了流量

查看网卡信息,输入命令 ifconfig,可以看到 utun6Reborn 创建的虚拟网卡

utun6: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
    inet 240.0.200.2 --> 240.0.200.255 netmask 0xffffff00
    inet6 fe80::147e:ad68:d777:e455%utun6 prefixlen 64 secured scopeid 0xf
    nd6 options=201<PERFORMNUD,DAD>

查看路由表,输入 netstat -nr,可以看到 utun6 作为默认下一跳地址排在第一位

Routing tables

Internet:
Destination        Gateway            Flags        Refs      Use   Netif Expire
default            240.0.200.1        UGSc           71       21   utun6
default            192.168.1.1        UGScI          11        0     en0

使用 ping 任意地址,响应时间都是小数毫秒级别,说明 icmp 协议均被本地接管

➜  reborn git:(master) ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: icmp_seq=0 ttl=255 time=0.169 ms
64 bytes from 8.8.8.8: icmp_seq=1 ttl=255 time=0.201 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=255 time=0.312 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=255 time=0.174 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=255 time=0.193 ms
^C
--- 8.8.8.8 ping statistics ---
5 packets transmitted, 5 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.169/0.210/0.312/0.052 ms

2. 如何作为前端使用

需要配置进程规则,如使用 ss-local 作为后端

[RULES]
...
PROCESS, ss-local, DIRECT
...

3. 使用 iPhone 的个人热点并以 USB 方式连接电脑, 会造成个人热点以规律的方式连接断开

系统偏好设置-网络-iPhone USB 中的 除非需要,否则请停用 勾去掉

4. 卸载

执行脚本 Reborn.app/Contents/Resources/Uninstall.sh 后,直接删除 Reborn.app 即可

更新记录

  • 0.5.60
    支持从文件中读取规则. 优化网络统计功能.
  • 0.5.53
    新增对 xchacha20-ietf-poly1305 算法的支持. Dashboard 窗口置顶.
  • 0.5.50
    修复配置冲突时的解析异常
  • 0.5.48
    实时网速不统计本地代理的流量
  • 0.5.47
    优化 Dashboard 显示的统计信息
  • 0.5.45
    支持查看 UDP 连接详情,优化性能并修复了一些 bug
  • 0.5.41
    现在会从系统读取 hosts 文件,修复解析配置bug
  • 0.5.4
    支持配置状态栏样式,修复解析配置bug
  • 0.5.31
    状态栏显示实时网速,Dashboard 支持流量统计、连接记录等功能

后续计划

  • simple-obfs
  • v2ray 等协议支持 ...
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].