how to allow/block big portranges (30000-65500)? #1516
-
|
programs as firefox require access to a dynamic port on localhost to work. as i want to keep lower ports free for nondynamic usage, i normally (old OS) created a rule for the portranges around 30000-65500. as opensnitch only supports regex for ports this gets really nasty: is there an alternative for that? is there support for ipset or is this ugly regex the only way to do that? refs: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @c33s , right now the only way of doing it is with regular expressions ... slow and super ugly. But I've just implemented it and seems to work fine. I'll test it and commit it soon. |
Beta Was this translation helpful? Give feedback.
Hi @c33s , right now the only way of doing it is with regular expressions ... slow and super ugly.
But I've just implemented it and seems to work fine. I'll test it and commit it soon.