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
I'm using ufw app profiles and tufw seems to have trouble parsing them correctly.
tufw
See the following ufw and tufw (v0.2.4) for example:
ufw
║ Press <Esc> to go back to the menu │ (/) Search a rule │║ # │ To │Port│ Action │ From │ ║ selection │ │║ [1] │OpenSSH-ALLOW│ IN │Anywhere│ │ ║ │ (a) Add a rule │║ [2] │ Technitium │ - │ DNS │ Server │ ║ │ │║ ║ │ (e) Edit a rule │║ ║ │ │║ ║ │ (d) Delete a rule │║ ║ │ │║ ║ │ (s) Disable ufw │║ ║ │ │║ ║ │ (r) Reset rules │║ ║ │ │║ ║ │ (q) Exit │║
sudo ufw status Status: active To Action From -- ------ ---- OpenSSH ALLOW Anywhere Technitium DNS Server ALLOW Anywhere
The text was updated successfully, but these errors were encountered:
Hi, thanks for noticing that. I haven't implemented app profiles handling yet. I'll do it when I have some time 🙏
Sorry, something went wrong.
peltho
No branches or pull requests
I'm using ufw app profiles and
tufw
seems to have trouble parsing them correctly.See the following
ufw
andtufw
(v0.2.4) for example:The text was updated successfully, but these errors were encountered: