Add disposable-email-domains as source. Fixes #33.
This commit is contained in:
parent
6c6cb0d352
commit
9b30472c08
495
data/free.txt
495
data/free.txt
File diff suppressed because it is too large
Load Diff
2
update
2
update
@ -38,6 +38,8 @@ for source in $sources; do
|
|||||||
echo "$(curl --silent $source)" >> $new
|
echo "$(curl --silent $source)" >> $new
|
||||||
done;
|
done;
|
||||||
|
|
||||||
|
curl --silent https://raw.githubusercontent.com/ivolo/disposable-email-domains/master/index.json | jq -r .[] >> $new
|
||||||
|
|
||||||
tmp=$(mktemp -t freemailXXX)
|
tmp=$(mktemp -t freemailXXX)
|
||||||
cat $new \
|
cat $new \
|
||||||
| sed '/./,$!d' \
|
| sed '/./,$!d' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user