mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
![]() Under certain situations, like when using systemd-resolved as DNS resolver, we receive outbound connections with the fields swapped: Instead of: local-port:local-ip -> public-ip:public-port we receive: public-port:public-ip -> local-ip:local-port Sometimes this behaviour causes network slowdowns, or no network at all. If we swap the fields of these connections, then we're able to get the process and keep functioning as usual. But what causes this behaviour is yet unknown, and needs further analysis. See these issues for more information: #779 , #711 |
||
---|---|---|
.. | ||
connection.go | ||
connection_test.go |