wndr3800 LEDE 17.0.1 编译优化版dnsmasq

xiaoxiao2021-02-28  35

因为dnsmasq所需要的ipset和server列表多了以后,就导致CPU占用率非常高,所以infinet做了一个优化版本的dnsmasq,把原来的链表查询改为哈希表查询,所以效率高了很多,但是默认只给了openwrt 15.05编译了ipk安装包openwrt 15.05 dnsmasq优化版ipk包下载,但是LEDE 17.01是没有的。

所以笔者自己搭建编译环境,编译好了可以在wndr3800上运行的LEDE版本dnsmasq,下载地址笔者csdn,本来弄成不要分的,结果csdn现在改成最低也要1分。直接下载好了以后,替换/usr/sbin/dnsmasq就可以了,测试一下是否可以正常运行 root@LEDE:/etc/init.d# dnsmasq -v Dnsmasq version Copyright (c) 2000-2015 Simon Kelley Compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset auth no-DNSSEC loop-detect inotify This software comes with ABSOLUTELY NO WARRANTY. Dnsmasq is free software, and you are welcome to redistribute it under the terms of the GNU General Public License, version 2 or 3.
转载请注明原文地址: https://www.6miu.com/read-750009.html

最新回复(0)