Skip to content

Commit

Permalink
README.md&快照
Browse files Browse the repository at this point in the history
  • Loading branch information
shiguanghuxian committed Nov 21, 2021
1 parent 759e9cc commit 2888839
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
31 changes: 21 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# hosts_manage
# Hosts Manage

hosts文件管理,可选择使用dns方式
hosts文件管理工具,同时支持基于hosts文件启动DNS代理,共享给其它设备或其他人使用。

## 功能
1. [x] 支持多组hosts配置,多组之间开启后且关系组合。
2. [x] 支持DNS代理,A记录请求会匹配到hosts文件中设置的ip域名映射。
3. [ ] 支持获取github等开发常用域名的ip本地缓存,可能会加快访问速度。

## MacOS截图

截图为macOS 11.0 Big Sur以上版本效果

![](snapshot/macos01.jpg)
![](snapshot/macos02.jpg)
![](snapshot/macos03.jpg)

## WIndows截图
![](snapshot/windows01.jpg)
![](snapshot/windows02.jpg)
![](snapshot/windows03.jpg)

## 备注

Expand All @@ -15,14 +33,7 @@ stackexchange.com
superuser.com
```


## 可能有用
https://pub.flutter-io.cn/packages/navigation_drawer_menu
https://pub.flutter-io.cn/packages/macos_ui
https://pub.flutter-io.cn/packages/context_menu_macos
https://pub.flutter-io.cn/packages/dns

## windows 打包工具
windows 打包工具
```
PS c:\src\flutter_project\> flutter build windows
PS c:\src\flutter_project\> flutter pub run msix:create
Expand Down
Binary file added snapshot/macos01.jpg
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 snapshot/macos02.jpg
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 snapshot/macos03.jpg
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 snapshot/windows01.jpg
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 snapshot/windows02.jpg
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 snapshot/windows03.jpg
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 2888839

Please sign in to comment.