Skip to content

Commit

Permalink
Update run.yml
Browse files Browse the repository at this point in the history
Update domains_refilter.list
  • Loading branch information
misha-tgshv authored Feb 18, 2025
1 parent 5c00ac6 commit efddef5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,12 @@ jobs:
run: |
curl -s https://raw.githubusercontent.com/1andrevich/Re-filter-lists/main/community.lst > temp.txt \
&& curl -s https://raw.githubusercontent.com/1andrevich/Re-filter-lists/main/domains_all.lst >> temp.txt \
&& echo "# Дата создания МСК $(TZ='Europe/Moscow' date '+%Y-%m-%d %H:%M:%S')" > domains_refilter.list \
&& echo "# Количество доменов $(wc -l < temp.txt)" >> domains_refilter.list \
&& echo "# Источник https://github.com/1andrevich/Re-filter-lists" >> domains_refilter.list \
&& echo "# NAME: domains_refilter.list" > domains_refilter.list \
&& echo "# AUTHOR: misha-tgshv" > domains_refilter.list \
&& echo "# REPO: domains_refilter.list" > domains_refilter.list \
&& echo "# UPDATED: $(TZ='Europe/Moscow' date '+%Y-%m-%d %H:%M:%S') MSK" > domains_refilter.list \
&& echo "# SOURCE: https://github.com/1andrevich/Re-filter-lists" >> domains_refilter.list \
&& echo "# TOTAL: $(wc -l < temp.txt)" >> domains_refilter.list \
&& sed 's/^/DOMAIN-SUFFIX,/g' temp.txt >> domains_refilter.list && rm temp.txt
# curl -s https://raw.githubusercontent.com/1andrevich/Re-filter-lists/main/domains_all.lst > domains1.txt \
# && curl -s https://raw.githubusercontent.com/1andrevich/Re-filter-lists/main/community.lst >> domains1.txt \
Expand Down

0 comments on commit efddef5

Please sign in to comment.