Skip to content

Commit

Permalink
fix: some invalid domains
Browse files Browse the repository at this point in the history
  • Loading branch information
JBlond committed Oct 31, 2022
1 parent 3fb0470 commit 9794b57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ update:
@sed -i 's/*.tt.omtrdc.net//g' temp.txt
@# remove white space at the start of a line
@sed -i 's/^[ \t]*//' temp.txt
@# remove backslach
@sed -i 's/\\//g' temp.txt
@# remove apostroph
@sed -i s/"'"/""/g temp.txt
@# sort all lines 1-9az-A-Z and remove lines starting with #
@sort temp.txt | sed '/^#/d' > temp2.txt
@sed '/./!d' temp2.txt > all_combined.txt
Expand Down
4 changes: 2 additions & 2 deletions all_combined.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101834,7 +101834,7 @@ tommysbookmarks.net
tomo-coin.io
tomocoin.network
tomocoln.io
tomorrownewstoday.com # I'm not sure what it does, but it seems to be associated with a phishing attempt on Facebook
tomorrownewstoday.com # Im not sure what it does, but it seems to be associated with a phishing attempt on Facebook
tomrezvao.info
toms.us.intellitxt.com
tomsbuty.com
Expand Down Expand Up @@ -584611,7 +584611,7 @@ szamla-telekom.telekomfiok.belepes.eedgetourtravel.net
szasm8.com
szasm8.com
szausichl.com
szbcsvhomo.\'espn.hb.omtrdc.net
szbcsvhomo.espn.hb.omtrdc.net
szblcad.com
szblcad.com
szc5.tlnk.io
Expand Down

0 comments on commit 9794b57

Please sign in to comment.