Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dispherical/0shade
0shade: No more throwaway emails
https://github.com/dispherical/0shade
Last synced: 2 months ago
JSON representation
0shade: No more throwaway emails
- Host: GitHub
- URL: https://github.com/dispherical/0shade
- Owner: dispherical
- License: other
- Created: 2023-09-30T06:48:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-08T19:06:24.000Z (over 1 year ago)
- Last Synced: 2024-10-27T13:48:50.377Z (3 months ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 0shade
No more throwaway emails.
## about
0shade is a project I made in about 3 hours to get rid of bad domains. There are three lists:- domains.txt - List of email address domains to block. (user@**domain.com**)
- mx.txt - Some temporary providers have hundreds of domains to avoid filters, so this list goes after the email MX records.
- ips.txt - The lowest level, where we resolve the MX records back to the IP address, since a lot of temporary email providers have a whole bunch of MX record names, so the list program resolves back to the server IP.It is reccomended to use the mx.txt and ips.txt lists as they are the most accurate. You'll need to resolve DNS to use these lists/
## contributing
See [CONTRIBUTING.md](https://github.com/aboutdavid/0shade/blob/master/CONTRIBUTING.md) :D## license
The data is licensed under the ODbL v1.0 and the code and other files are licensed under the MIT license. See [LICENSE.md](https://github.com/aboutdavid/0shade/blob/master/LICENSE.md)## examples
All examples are located in the `./examples` folder## credit
[trentwiles/throwawayemails](https://github.com/trentwiles/ThrowawayEmails) for a majority of the data.