dnsmasq-chnroute
dnsmasq-chnroute copied to clipboard
用你这个方法编译时出错了,请修正一下吧。
用你这个方法编译时出错了,请修正一下吧。把IPV6支持也修正吧。谢谢! cd openwrt cd package/network/services/dnsmasq/patches wget https://raw.githubusercontent.com/muziling/dnsmasq-chnroute/master/0000-Add-feature-to-support-chnroutes.patch --no-check-certificate cd ../../../../../
make package/network/services/dnsmasq/clean make package/network/services/dnsmasq/compile V=s
挺长时间没编译了,你用的dnsmasq是哪个版本
用 github.com/openwrt 带的dnsmasq来编译的啊,打了你这个补丁后就编译出错了,请你修正一下错误,让大家都能用上你的这个补丁,谢谢!
如果你有空的话,可以修改成不加载 chnroute文件,改用ipset 外部加载IP段,ipset判断,这样还能解决不支持ipv6的问题。 比如参考 https://github.com/zfl9/chinadns-ng
非常想使用你这个dnsmasq-chnroute,希望你能修正这个补丁打完后编译时出错的问题,谢谢。
本来就是想用 chnroute这个功能的,所以希望把这个dnsmasq-chnroute编译进去,但你的补丁打了之后就编译出错,希望你可以修复这个错误。