Skip to content

Commit

Permalink
Update run.yml
Browse files Browse the repository at this point in the history
Add domains_banking.list
  • Loading branch information
misha-tgshv authored Feb 19, 2025
1 parent a073a9a commit 07cb58f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ jobs:
&& cat temp_ips.list >> ips_refilter.list \
&& rm ips1.txt temp_ips.list
- name: Создаем файл domains_banking.list
run: |
curl -s https://www.cbr.ru/banking_sector/credit/cowebsites/ | grep -oP 'href="\K[^"]+' | grep '^http' > domains_banking.list
- name: Перемещаем файлы в директорю rules
run: |
mkdir -p rules.d
Expand Down

0 comments on commit 07cb58f

Please sign in to comment.