You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for the amazing GUI editor! :)
For special Docker rules I mostly use "ALLOW FWD" and "DENY FWD" rules at the moment.
These rules are currently getting read and handled as "ALLOW IN" and so on. Is it possible to implement ufw route allow/deny handling as well?
- Feature request -
Hey there!
First of all, thanks for the amazing GUI editor! :)
For special Docker rules I mostly use "ALLOW FWD" and "DENY FWD" rules at the moment.
These rules are currently getting read and handled as "ALLOW IN" and so on. Is it possible to implement
ufw route allow/deny
handling as well?I thought of something like this:
...with according changes in
func (t *Tui) CreateRule(position ...int)
, as rule inserts and edits requireroute
as the first parameter.Let me know about your thoughts! ;)
BR,
Andy
The text was updated successfully, but these errors were encountered: