Skip to content

Commit

Permalink
up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cnwhy committed Dec 17, 2023
1 parent 94169b8 commit 6ca2216
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GOST V3 API Manage

官方的 web-ui 还没完成,先弄个简单的用一下,好过在 Postman 上捣腾;
[gost](https://github.com/go-gost/gost) 官方的 web-ui 还没完成,先弄个简单的用一下,好过在 Postman 上捣腾;
纯前端的项目,部署在`github-pages`上, 放心使用;

## 使用方式
Expand All @@ -26,4 +26,6 @@

1. 添加配置时必须有`name`字段,修改时`name`字段会被忽略;
2. `GOST`的API是支持跨域的,如碰到跨域问题,检查一下页面和API的协议是否一至
3. 由于`Chrome`安全规则,连接本地`GOST API`(127.0.0.1:xxx 或 localhost:xxx) 需要用[https页面](https://blog.whyoop.com/gost-ui/); 但连接局域网内的`GOST API`只能修改浏览器配置 [设置方式可以参考这篇博文](https://blog.csdn.net/Flywithdawn/article/details/128253604)
3. 由于`Chrome`安全规则,连接本地`GOST API`(127.0.0.1:xxx 或 localhost:xxx) 需要用[https页面](https://blog.whyoop.com/gost-ui/); 但连接局域网内的`GOST API`修改浏览器配置 [设置方式可以参考这篇博文](https://blog.csdn.net/Flywithdawn/article/details/128253604)
- 补充:可以本地启一个 http/socks 代理,`Chrome`通过本地代理访问管理页面,再链接本地/局域网API时,不再触发安全规则;
4. `快速连接``禁用`的配置数据保存在浏览器的`indexedDB`中,要快速清除本地数据,可以直接删除`indexedDb`中的`GOST-UI`库即可;

0 comments on commit 6ca2216

Please sign in to comment.