Skip to content

Commit

Permalink
Update run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
misha-tgshv authored Jan 25, 2025
1 parent 7526e4b commit 877713e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Создаем файл domain_community.list
run: |
curl -sSL https://raw.githubusercontent.com/misha-tgshv/shadowrocket-configuration-file/main/community.list | \
curl -sSL https://raw.githubusercontent.com/misha-tgshv/shadowrocket-configuration-file/main/community.list \
sed 's/^/DOMAIN-SUFFIX,/' |
sed 's/^DOMAIN-SUFFIX,www\.\(.*\)/DOMAIN-SUFFIX,\1/' |
sort -u > domain_community.list && \
Expand Down

0 comments on commit 877713e

Please sign in to comment.