File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8383
8484** _ 安全警告_ ** :
8585
86- - 请勿使用来源不明的服务地址 ,有隐私和账号泄露风险
87- - 本应用及服务端承诺不收集任何信息 。介意者请使用安全模式。
86+ - 请勿使用来源不明的服务/远程配置地址 ,有隐私和账号泄露风险
87+ - 本应用及服务/默认远程配置端承诺不收集任何信息 。介意者请使用安全模式。
8888
8989## 二、快速开始
9090
186186### 5.1、拦截配置
187187
188188没有配置域名的不会拦截,其他根据配置进行拦截处理。
189+
189190在【加速服务-拦截设置】中配置,格式如下:(更多内容参见[ wiki] ( https://github.com/docmirror/dev-sidecar/wiki/%E5%8A%A0%E9%80%9F%E6%9C%8D%E5%8A%A1%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E ) )
190191
191192``` jsonc
228229### 5.2、DNS优选配置
229230
230231某些域名解析出来的ip会无法访问,(比如api.github.com会被解析到新加坡的ip上,新加坡的服务器在上午挺好,到了晚上就卡死,基本不可用)
232+
231233通过从dns上获取ip列表,切换不同的ip进行尝试,最终会挑选到一个最快的ip(该功能需要事先配置好所用DNS),更多说明参见[ wiki] ( https://github.com/docmirror/dev-sidecar/wiki/%E5%8A%A0%E9%80%9F%E6%9C%8D%E5%8A%A1%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E )
232234
233235``` json
@@ -314,6 +316,7 @@ DevSidecar Warning: Error: www.github.com:443, 代理请求超时
314316### 6.5、查看日志是否有报错
315317
316318如果还是不行,请在下方加官方QQ群或提issue,附上服务日志(server.log)以便进行分析
319+
317320日志打开方式:加速服务->右边日志按钮->打开日志文件夹
318321
319322![ ] ( ./doc/log.png )
@@ -356,7 +359,9 @@ npm config delete https-proxy
356359
357360### 6.9、其他问题
358361
359- 请查阅[ 值得参考的issue] ( https://github.com/docmirror/dev-sidecar/issues?q=is%3Aissue%20label%3A%E5%85%B6%E4%BB%96%E7%94%A8%E6%88%B7%E5%8F%AF%E5%8F%82%E8%80%83 )
362+ 请查阅[ wiki] ( https://github.com/docmirror/dev-sidecar/wiki )
363+
364+ 也可以查阅[ 有文档tag的issue] ( https://github.com/docmirror/dev-sidecar/issues?q=is%3Aissue%20label%3ADocumentation ) ,它们被开发者认证为相当于文档级别的参考issue。
360365
361366## 七、在其他程序使用
362367
You can’t perform that action at this time.
0 commit comments