w22gb8

Results 11 issues of w22gb8

清空一个line后一会整个topic都清空了: 127.0.0.1:8800> add test OK 127.0.0.1:8800> add test/a 10s OK 127.0.0.1:8800> set test a OK 127.0.0.1:8800> set test b OK 127.0.0.1:8800> empty test/a OK 127.0.0.1:8800> info test name:test head:0 tail:2...

dig -x 104.244.42.1超时,直接@8.8.8.8没问题,log如下: ``` [2022-02-09 00:29:46,986][DEBUG][ dns_server.c:2759] recv query packet from 127.0.0.1, len = 66 [2022-02-09 00:29:46,986][DEBUG][ dns.c:1538] opt type 10 [2022-02-09 00:29:46,986][DEBUG][ dns.c:1556] DNS opt type = 10 not...

如:https://github.com/w22gb8/mosdns/commit/eaf87ab81b6821b18e8b8756187ebdcb06cf01ed#diff-c7166e9eb4552dd851099a28dd19663641558a06b092d8d9ba97a0a79f135039

或者使用最新代码编译?

请问此插件怎么使用?FF24.5在菜单/工具栏/状态栏都没找到设置的地方。

### Please make sure of the following things - [X] I have read the [documentation](https://alist.nn.ci). - [X] I'm sure there are no duplicate issues or discussions. - [X] I'm sure...

enhancement

多次请求通过top能发现RES占用内存轻微持续上升,go1.4,linux 64,代码如下: package main import ( "fmt" curl "github.com/andelf/go-curl" ) func main() { fooTest := func(buf []byte, userdata interface{}) bool { //println("DEBUG: size=>", len(buf)) //println("DEBUG: content=>", string(buf)) return true }...

### Describe the bug 宽带1000下100上,在上传跑到45m或下载跑到95m的时候在另一台机器上ping公网丢包和延时很高,是我配置有问题吗? ```bash #!/bin/bash echo 0 > /sys/kernel/debug/hnat/qos_toggle echo 0 > /sys/kernel/debug/hnat/hook_toggle for i in $(seq 0 63); do echo '0 0 0 0 0 0 0'...

bug

### Describe the bug mtk管理界面,登录路由后主界面显示wifi温度,wifi管理界面显示0,日记提示: ``` Tue Feb 27 06:52:27 2024 kern.err kernel: [71695.435034] 7981@C12L1,RTMPAPQueryInformation() 9731: invalid wdev for cmd 2465 Tue Feb 27 06:52:27 2024 daemon.err uhttpd[1992]: get_txpower: ioctl...

bug

先在web界面增加了2个无线接入点,并生效。 然后编辑dhcp配置文件增加了dhcp规则,并重启dnsmasq。 ``` config dhcp 'guest' option interface 'guest' option start '100' option limit '150' option leasetime '12h' list ra_flags 'none' ``` ``` /etc/init.d/dnsmasq restart ``` 再编辑network配置文件桥接之前新建的2个接入点: ``` config interface...