tnodir / fort

Fort Firewall for Windows
GNU General Public License v3.0
1.11k stars 97 forks source link

adding to group - there is no binary in the list #166

Closed b-user closed 6 months ago

b-user commented 6 months ago
  1. open ie , open google.com

  2. options - options - application group - group name = "speed limit" - add g01

  3. program - ie- double click - application group = "speed limit" - ok g02

  4. options - options - application group - select tab "speed limit"

result: empty "the right half is empty" g03

expected result the right half contains "ie.exe" exe

Emi-Emi-Emi commented 6 months ago

This is how it works. Programs and Programs and Groups are Groups. Also, Programs take higher priority over Groups as well, so a rule for IE in Programs will override whatever you have in AppGroups, and if you want iexplorer.exe in a group, then you need to add it to a Group, not Programs.

Use Application Group's Enabled State for Speed Limit is more a temporary workaround today than anything else. There is this issue opened https://github.com/tnodir/fort/issues/93#issuecomment-1557230287

I've a plan to add "Speed Limits" window. (It will work as "Zones" window.)

So you will set Speed Limit to Programs.

So the plan is to move the Speed limit away from AppGroups and give it to Programs directly without the AppGroups, but they are still separated features for different purposes.

`Use Application Group' still has some usefulness like being able to Enable and Disable multiple programs at once, like groups, but without being groups and staying as Programs where it is easier to manage them, but they are still not AppGroups and will never be.

So this is not an issue, just the way Fort Firewall works.

tnodir commented 6 months ago

@b-user You can add paths:

If you add same path to both Programs and App Groups, then Programs has higher priority (i.e. it overrides the App Groups).

Originally, there was not a Programs window in Fort.

And now the Programs window supports wildcard paths too.

b-user commented 6 months ago

I figured out how to limit the application speed:

  1. create a group with a self-explanatory name
  2. in the “programs” window, assign this group to the application

Thanks everyone.