We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, it seems that mignis is not writing correctly a custom rule to file.
This is my mignis config file:
(.. snip ..) CUSTOM -A PREROUTING -t nat -i wan ! -s 10.0.0.0/24 -p udp --dport 53 -j DNAT --to-destination 10.0.0.1:9999
The rule is missing a space in the iptables rules' file:
(.. snip ..) -A PREROUTING-i wan ! -s 10.0.0.0/24 -p udp --dport 53 -j DNAT --to-destination 10.0.0.1:9999
Adding an additional space after -t nat didn't solve the issue.
-t nat
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
it seems that mignis is not writing correctly a custom rule to file.
This is my mignis config file:
The rule is missing a space in the iptables rules' file:
Adding an additional space after
-t nat
didn't solve the issue.The text was updated successfully, but these errors were encountered: