maxocean

Results 18 comments of maxocean

![image](https://user-images.githubusercontent.com/39007967/135452779-fef842ae-ca3f-4b32-b47a-68c25518b994.png) 下面是是Nginx的配置: location ^~ /tz { alias /usr/local/ServerStatus/web; index index.html; }

> 经过测试ec33ebf0f638dcf793d13a9d88dc860f06a677e1的2021.4的也可以使用,但是不能用最新的master分支,否则无限重启 请问使用的哪个分支呢?我现mt7621硬路由在还是一开启easymesh就无限重启。但是同时编译的x86版本的easymesh可以正常启用(batman版本相同,easymesh版本也相同)

> 目前我使用最新 master 源码编译, 第一次编译的简洁版本开启`简单mesh` 使用并没有问题, 后面陆续增加插件编译, 确实会出现开启就卡死的情况. > > 经过编译插件信息对比发现应该是 `adbyby-plus` 插件与 `ssr-plus` 插件所依赖的 `adbyby` 冲突导致的, 把 `adbyby-plus` 插件替换为 `adblock` 即解决. 请问ssr-plus可以用passwall之类的替换吗?

> > 我的不是嗅探的问题,把ipv6优先打开,就能用ipv6地址了 > > 该方法可以解决搜索验证的问题,但是谷歌学术可以访问,不可以搜索,你可以试试,v2rayN和小火箭没问题 确实我也一直是这个问题,后面发现Android端需要开启ipv6优先,解决google学术的方法是给服务端添加host 2404:6800:4008:c06::be scholar.google.com 2404:6800:4008:c06::be scholar.google.com.hk 2404:6800:4008:c06::be scholar.google.com.tw 2401:3800:4001:10::101f scholar.google.cn #www.google.cn 2404:6800:4008:c06::be scholar.google.com.sg 2404:6800:4008:c06::be scholar.l.google.com 2404:6800:4008:803::2001 scholar.googleusercontent.com 原因应该是服务端dns服务器的问题通过ping google youtube等能解析出ipv6地址但是ping scholar.google.com会发现解析到了一个ipv4地址上。 故修改host即可解决

同求一份64位版本的,cmake不是很熟悉弄了好久都没编译出来

hope so, especially the Claude 3 Haiku model have better code than gpt4, but cheaper than gpt-3.5.

这个问题也困扰我好久了,一直以为是我上面插件选错了,希望能尽快解决,不然连最基本的网络连通性都没有办法保证了

> 这个问题也困扰我好久了,一直以为是我上面插件选错了,希望能尽快解决,不然连最基本的网络连通性都没有办法保证了 我编译删除了mwan3还是无法分配ip、解析dns,重启dnsmasq也一样,发下53端口没有占用,nslookup也无法响应 nslookup baidu.com nslookup: write to '127.0.0.1': Connection refused nslookup: write to '::1': Connection refused ;; connection timed out; no servers could be reached netstat -lntup Active Internet...

> > > 这个问题也困扰我好久了,一直以为是我上面插件选错了,希望能尽快解决,不然连最基本的网络连通性都没有办法保证了 > > > > > > 我编译删除了mwan3还是无法分配ip、解析dns,重启dnsmasq也一样,发下53端口没有占用,nslookup也无法响应 nslookup baidu.com nslookup: write to '127.0.0.1': Connection refused nslookup: write to '::1': Connection refused ;; connection timed out; no...

太感谢了我搞了我几天原来是lxc配置的问题,一直以为是我openwrt的固件编译出问题了