OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
Find a file
Gustavo Iñiguez Goia 26671ded24 added support for list of domains
Initial support to filter connections using lists of domains.

The lists must be in hosts format:
- 0.0.0.0 www.domain.com
- 127.0.0.1 www.domain.com

From the rules editor, create a new rule, and select
[x] To this lists of domains

Select a directory with files in hosts format, select [x] Priority rule,
select [x] Deny and click on Apply.

An example of a list in hosts format:
https://www.github.developerdan.com/hosts/lists/ads-and-tracking-extended.txt

Note: you can also add a list of domains to allow, not only domains to
block.

TODOs:
- support for URLs besides directories (local lists).
- support for scheduled updates of the above URLs.

related #298
2021-02-25 13:38:48 +01:00
.github github action fix 2021-02-23 18:11:27 +03:00
daemon added support for list of domains 2021-02-25 13:38:48 +01:00
debian deb: fixed debian/changelog 2021-02-13 18:19:11 +01:00
proto Use daemon's event timestamp in UI. 2020-12-22 22:50:18 +03:00
screenshots added more screenshots 2020-02-25 22:39:32 +01:00
ui added support for list of domains 2021-02-25 13:38:48 +01:00
.gitignore misc: small fix or general refactoring i did not bother commenting 2018-04-16 17:51:54 +02:00
LICENSE Update LICENSE 2020-06-20 17:48:59 +02:00
make_ads_rules.py Misc. typos 2018-09-06 19:24:38 -04:00
Makefile makefile: 2021-02-13 18:48:49 +03:00
README.md fixed urls 2021-02-15 11:03:18 +01:00
release.sh misc: small fix or general refactoring i did not bother commenting 2018-04-10 19:49:58 +02:00

opensnitch

Release Software License Go Report Card

OpenSnitch is a GNU/Linux application firewall.

OpenSnitch

Installation and configuration

Please, refer to the documentation for detailed information.

Contributors

See the list