You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, xt_tls just drops a packet if it finds a matching.
Therefore https client sends TLS "client hello" several times and makes an unnessesary load.
To prevent this is it possible to drop TCP connection via iptables rule or is it needed to send TCP RST packet?