opensnitch/ui
Gustavo Iñiguez Goia 8d3540f7f9 added action reject
When blocking a connection via libnetfilter-queue using NF_DROP the
connection is discarded. If the blocked connection is a DNS query, the app
that initiated it will wait until it times out, which is ~30s.

This behaviour can for example cause slowdowns loading web pages: #481

This change adds the option to reject connections by killing the socket
that initiated them.

Denying:
    $ time telnet 1.1.1.1 22
    Trying 1.1.1.1...
    telnet: Unable to connect to remote host: Connection timed out

    real	2m10,039s

Rejecting:
    $ time telnet 1.1.1.1 22
    Trying 1.1.1.1...
    telnet: Unable to connect to remote host: Software caused connection abort

    real	0m0,005s
2021-09-12 10:54:24 +02:00
..
bin improved nodes connectivity handling 2021-04-11 20:55:14 +02:00
debian Bump versions to v1.4.0 2021-08-27 13:48:20 +02:00
i18n i18n: fixed fr_FR translation generation 2021-09-10 11:26:51 +02:00
opensnitch added action reject 2021-09-12 10:54:24 +02:00
resources Update opensnitch_ui.desktop 2021-06-03 06:44:21 +10:00
.gitignore misc: small fix or general refactoring i did not bother commenting 2018-04-11 19:06:56 +02:00
LICENSE UI: added license, long description and distribute icons 2020-02-18 23:40:07 +01:00
Makefile Changed import ui_pb2 from global to relative 2021-06-18 12:54:17 -07:00
MANIFEST.in ui, deb/rpm: package translations 2021-01-06 21:41:54 +01:00
opensnitch-ui.spec Bump versions to v1.4.0 2021-08-27 13:48:20 +02:00
requirements.txt Allow using newer grpcio-tools 2021-04-24 21:05:02 +02:00
setup.py fixed UI icons 2020-04-09 18:45:05 +02:00