Skip to content

Commit

Permalink
docs(readme): 📝 修改readme 新增截图
Browse files Browse the repository at this point in the history
  • Loading branch information
ys1231 committed Jun 4, 2024
1 parent f60b6a1 commit 30ce97c
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,31 @@
# appproxy
# [appproxy](https://github.com/ys1231/appproxy)

基于flutter和[tun2socks](https://github.com/xjasonlyu/tun2socks)
appproxy 是一个轻量级的VPN代理工具,支持HTTP, SOCKS5协议
## 项目背景

- 在分析app的时候,偶尔需要抓包,尝试了目前比较常见的代理工具
- `Drony` `Postern` `ProxyDroid` 发现都有一个相同的问题,对于较新的Android系统不太友好,要么app列表显示不正常,或者界面过于复杂,往往设置之后经常会失效,偶然在play上发现一个比较新的代理工具,界面很不错清晰不过对国内用户不友好有些功能需要会员,即使花钱由于不维护或者网络原因,完整的功能无法使用于是在业余时间开发了这个.

## 项目简介

1. 基于flutter和[tun2socks](https://github.com/xjasonlyu/tun2socks)开发.
2. [appproxy](https://github.com/ys1231/appproxy) 是一个轻量级的VPN代理工具,支持HTTP, SOCKS5协议
3. 功能单只做代理,可分app代理, 双击修改配置逻辑比较简单, 主打一个能用就行.
4. 出于学习熟悉flutter的目的去做的,分享给大家,顺便帮我测试一下.
5. 加上[MoveCertificate](https://github.com/ys1231/MoveCertificate) 上下游都有了哈哈.



## 附上截图

![Screenshot_20240604-205220](./assets/Screenshot_20240604-205220.png)

![Screenshot_20240604-205910](./assets/Screenshot_20240604-205910.png)

![Screenshot_20240604-205229](./assets/Screenshot_20240604-205229.png)

![Screenshot_20240604-205148](./assets/Screenshot_20240604-205148.png)

![Screenshot_20240604-205158](./assets/Screenshot_20240604-205158.png)

# 依赖项目
- [tun2socks](https://github.com/xjasonlyu/tun2socks)
Expand Down
Binary file added assets/Screenshot_20240604-205148.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Screenshot_20240604-205158.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Screenshot_20240604-205220.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Screenshot_20240604-205229.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Screenshot_20240604-205910.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 30ce97c

Please sign in to comment.