Cokebar Chi

Results 8 issues of Cokebar Chi

Now the script can only fetch gfwlist from github repo ( https://github.com/gfwlist/gfwlist ). It is planned to add this feature in the comming v0.9.0 version.

enhancement

wiki中新建了一个gfwlist的ipset,然后添加一条命令,match gfwlist这个ipset的转发到SS_SPEC_WAN_FW, 但是有“每次重启 shadowsocks 后 SS_SPEC_WAN_AC 都会被销毁重建”的问题,因为执行ss-rules会首先flush rules。 但为何要建立一个gfwlist的ipset,为什么不直接使用ss_spec_dst_fw,dnsmasq解析后直接添加到ss_spec_dst_fw这个ipset中了,这样就没有这个问题了

question

python对于路由器来说还是太不方便了 体积是硬伤 而目前这种通过python脚本获取uid、pass等所需参数,再生成shell文件和ipk的作法也非常的别扭,这样无法分发通用的ipk包。 建议使用c/shell语言实现python里面的这一部分功能,整合进软件包,使用uci的配置文件配置用户名密码 另外,建议增加一个hotplug脚本,掉线停,上线运行,比如: ``` #!/bin/sh case "$ACTION" in ifup) /etc/init.d/swjsq start ;; ifdown) /etc/init.d/swjsq stop ;; esac ```

help wanted

ChinaDNS填入了两个国内DNS一个国外DNS,然后情况是其中一个国内DNS(isp_dns2)解析出现问题(估计是临时抽风),只有一个CNAME,没有继续往后解析到A记录: ``` dig +all @isp_dns2 static-resource.np.community.playstation.net ; DiG 9.12.4 +all @isp_dns2 static-resource.np.community.playstation.net ; (1 server found) ;; global options: +cmd ;; Got answer: ;; ->>HEADER

In acme.sh/deploy/synology_dsm.sh, some variable use full UPPER case letters, but some only capitalize the first letter: ``` # Get username & password, but don't save until we authenticated successfully _getdeployconf...

说明中,通配前缀是`*-a.`,是不是多了一个`a` ![image](https://github.com/pymumu/smartdns/assets/9136591/ff6f7cdf-5fb8-4181-822b-7dbb13196333) 因为看了源码,看起来通配应该是`*-.` https://github.com/pymumu/smartdns/blob/22349761ec8b35aefe1a07d0922e97ef4fb0e0c0/src/dns_conf.c#L1436-L1457

seems shall be /etc/ssl/certs https://github.com/pymumu/smartdns/blob/22349761ec8b35aefe1a07d0922e97ef4fb0e0c0/etc/smartdns/smartdns.conf#L206