vaakian
vaakian
> * gost 内置的 TLS 证书是每次随机生成的还是固定的?若是固定的,是不是相当于所有人共用一个私钥,非常不安全,需要注明一下。 > * gost 的 ws 作为一种传输协议能否像 v2ray 一样添加host混淆(即使用不同于 server ip 的域名)?或者当前有没有类似的方案实现? 可以配合[自定义域名解析](https://docs.ginuerzh.xyz/gost/resolver/),然后ws地址填上域名就可以,我目前亲测是可行的。 除了可以自定义DNS服务用来解析域名外,**还可以手动指定域名-IP映射关系,类似于Linux下的/etc/hosts文件功能。** ``` gost -L=:8080?hosts=hosts.txt ``` 配置文件的格式: ``` # options reload 10s #...
> > > * gost 内置的 TLS 证书是每次随机生成的还是固定的?若是固定的,是不是相当于所有人共用一个私钥,非常不安全,需要注明一下。 > > > * gost 的 ws 作为一种传输协议能否像 v2ray 一样添加host混淆(即使用不同于 server ip 的域名)?或者当前有没有类似的方案实现? > > > > > > 可以配合[自定义域名解析](https://docs.ginuerzh.xyz/gost/resolver/),然后ws地址填上域名就可以,我目前亲测是可行的。 > >...
> > 或许你是指这个? > > ``` > > gost -L :1080 -F ws://ip:port?host=yahoo.com > > 或者 > > gost -L :1080 -F ws://domain:port?host=yahoo.com > > ``` > > 这个host参数应该是在SNI协议里面用的吧?ws作为一种传输类型应该没有这个功能。 你试试就知道了...
> > > > 或许你是指这个? > > > > ``` > > > > gost -L :1080 -F ws://ip:port?host=yahoo.com > > > > 或者 > > > > gost -L...
应该是跟他一样的情况, - 能重连的情况: 当我的mqtt服务器正常时,将mqtt服务重启,tc1会自动重连。(因为mqtt重启过程不会太长)。 - 不能重连的情况: 我这边mqtt服务器有时候会挂掉,等到我发现的时候将mqtt服务重启,则tc1不会自动重连,而需要手动断电重连。
Just messed up with the commit history again(😵💫)
The idea comes from my previous PR #2151  * https://github.com/vaakian/vueuse/blob/4f5eb6996a02912d8cf8d6d6eb165837a2d5091b/packages/core/useContextMenu/index.ts#L211
> You don't have to close the previous pr. If it is closed, you need to review it again. Can you do some unit testing on this feature and fix...
> I think any changes to other composables(e.g. useMouseInElement) should be done in separate PRs I thought the same, but this PR needs those changes to make the new function...
Thanks, sounds nice. I will do this later.