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
sport
dport
both iptables parameter, sport and dport allow negation.
Example from a recent Debian (Bullseye)
iptables-legacy -I INPUT --protocol tcp --sport 53 --destination 127.0.0.1 ! --dport 53 --jump ACCEPT
However, if configured via ferm, both parameters throw a Doesn't support negation: sport
Doesn't support negation: sport
The text was updated successfully, but these errors were encountered:
No branches or pull requests
both iptables parameter,
sport
anddport
allow negation.Example from a recent Debian (Bullseye)
iptables-legacy -I INPUT --protocol tcp --sport 53 --destination 127.0.0.1 ! --dport 53 --jump ACCEPT
However, if configured via ferm, both parameters throw a
Doesn't support negation: sport
The text was updated successfully, but these errors were encountered: