Closed macie closed 7 months ago
Which version of OpenWrt did you download that has neither nftables nor iptables? Please provide the download link. I am curious how this variant of OpenWrt implements its firewall.
The current io
in OpenGFW is implemented by NFQUEUE, which requires adding an nftables/iptables rule. For machines with nftables installed (determined by whether the nft
executable exists), OpenGFW will prioritize using nftables to add this rule. For machines that don't have nftables, but do have iptables, it will use iptables instead. If neither is present, you'll get the error you saw.
What happened?
When command is run with configs from
README.md
and there is noiptables
command, it throws an errorfailed to parse config
.How should it be?
Better error message / instructions how to install on systems other than OpenWrt.
How to reproduce?
Content of
config.yaml
:Content of
rules.yaml
:Additional info Version
0.2.3
.