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
Right now this module uses third-party module to detect disposable domains. The problem is that it is a way to nowhere because they register a new domain every day.
I would like to suggest a different approach - blacklisting IP instead. It is much harder to get a new IP subnet. As this module already establishes a TCP connection, it can check if the IP is blacklisted. This way it is possible to make blacklist shorter and more reliable
The text was updated successfully, but these errors were encountered:
Right now this module uses third-party module to detect disposable domains. The problem is that it is a way to nowhere because they register a new domain every day.
I would like to suggest a different approach - blacklisting IP instead. It is much harder to get a new IP subnet. As this module already establishes a TCP connection, it can check if the IP is blacklisted. This way it is possible to make blacklist shorter and more reliable
The text was updated successfully, but these errors were encountered: