Closed parona-source closed 2 years ago
https://github.com/parona-source/packages/commit/eb455263c2948f760b0ab3edd26c39a64ac760ae Made patch for it, for which Ill look into making a pull request for once Im sure following the contributor guidelines. With this ipset was enabled and no error was shown.
@parona-source Thank you Alfred, if you want to submit a PR, please make sure to bump the version and I'd appreciate if you renamed the problematic function to resolver
as it may help to load it up with more features in the future.
Let me know if you want to send a PR.
@stangri Thanks for the prompt response.
As you are familiar with the required quality requirements with compile and runtime tests then it be ideal that you can make the pull request. Especially as Id be essentially copying the commit that you made for your personal repository instead. Im fine with any resolution really.
Maintainer: @stangri Environment: MediaTek MT7621 ver:1 eco:3, Netgear R6220, OpenWrt 22.03.2 r19803-9a599fee93
Description: Noticed an error in the logs when setting ipset on for simple-adblock
ERROR: dnsmasq ipset support is enabled in simple-adblock, but dnsmasq is either not installed or installed dnsmasq does not support ipset!
.After checking the init script saw the older older commit https://github.com/openwrt/packages/commit/f8c5fd93e7e055e2425729e812fe0d1e4aab8032 which changed the function dnsmasqOps to dnsmasq which would then break any dnsmasq checks like
dnsmasq -v
which were intended to call the program instead of the function.