Compare commits
7 Commits
96cb8ab7ee
...
latest
| Author | SHA1 | Date | |
|---|---|---|---|
| 8e9fb0e59a | |||
| 6ef0d8c1b1 | |||
| 04600d86ce | |||
| 76c5ce9b1a | |||
| 44077e4543 | |||
| 3852ed7931 | |||
| 243479b54b |
1
lists/booth.txt
Normal file
1
lists/booth.txt
Normal file
@ -0,0 +1 @@
|
||||
booth.pm
|
||||
20
lists/discord.txt
Normal file
20
lists/discord.txt
Normal file
@ -0,0 +1,20 @@
|
||||
dis.gd
|
||||
discord.co
|
||||
discord.com
|
||||
discord.design
|
||||
discord.dev
|
||||
discord.gg
|
||||
discord.gift
|
||||
discord.gifts
|
||||
discord.media
|
||||
discord.new
|
||||
discord.store
|
||||
discord.tools
|
||||
discord-activities.com
|
||||
discordactivities.com
|
||||
discordapp.com
|
||||
discordapp.net
|
||||
discordmerch.com
|
||||
discordpartygames.com
|
||||
discordsays.com
|
||||
discordstatus.com
|
||||
1
lists/etsy.txt
Normal file
1
lists/etsy.txt
Normal file
@ -0,0 +1 @@
|
||||
etsy.com
|
||||
1
lists/intel.txt
Normal file
1
lists/intel.txt
Normal file
@ -0,0 +1 @@
|
||||
intel.com
|
||||
@ -1 +1,2 @@
|
||||
kemono.cr
|
||||
kemono.party
|
||||
|
||||
18
lists/youtube.txt
Normal file
18
lists/youtube.txt
Normal file
@ -0,0 +1,18 @@
|
||||
youtube.com
|
||||
ytimg.com
|
||||
yting.com
|
||||
ggpht.com
|
||||
googlevideo.com
|
||||
youtubekids.com
|
||||
youtu.be
|
||||
yt.be
|
||||
youtube-nocookie.com
|
||||
wide-youtube.l.google.com
|
||||
ytimg.l.google.com
|
||||
youtubei.googleapis.com
|
||||
youtubeembeddedplayer.googleapis.com
|
||||
youtube-ui.l.google.com
|
||||
yt-video-upload.l.google.com
|
||||
jnn-pa.googleapis.com
|
||||
returnyoutubedislikeapi.com
|
||||
yt3.googleusercontent.com
|
||||
@ -12,8 +12,8 @@ LISTS_TEMP_FILE=$(mktemp)
|
||||
find "$IPSETS_SOURCE_DIR" -maxdepth 1 -name "*.txt" ! -name "all.txt" -exec awk 1 {} + > "$IPSETS_TEMP_FILE"
|
||||
find "$LISTS_SOURCE_DIR" -maxdepth 1 -name "*.txt" ! -name "all.txt" -exec awk 1 {} + > "$LISTS_TEMP_FILE"
|
||||
|
||||
sed 's/#.*//g' "$IPSETS_TEMP_FILE" | sed 's/\r//' | grep -v '^$' | sort -u > "$IPSETS_TEMP_FILE"
|
||||
sed 's/#.*//g' "$LISTS_TEMP_FILE" | sed 's/\r//' | grep -v '^$' | sort -u > "$LISTS_TEMP_FILE"
|
||||
sed 's/#.*//g' "$IPSETS_TEMP_FILE" | sed 's/\r//' | grep -v '^$' | sort -u > "$IPSETS_OUTPUT_FILE"
|
||||
sed 's/#.*//g' "$LISTS_TEMP_FILE" | sed 's/\r//' | grep -v '^$' | sort -u > "$LISTS_OUTPUT_FILE"
|
||||
|
||||
# Cleanup
|
||||
rm "$IPSETS_TEMP_FILE"
|
||||
|
||||
Reference in New Issue
Block a user