mirror of
https://github.com/Loyalsoldier/clash-rules.git
synced 2024-11-10 03:15:35 +08:00
Refine telegram CIDR
This commit is contained in:
parent
f85ed2f9e1
commit
7f13203f06
1
.github/workflows/run.yml
vendored
1
.github/workflows/run.yml
vendored
@ -86,7 +86,6 @@ jobs:
|
||||
|
||||
- name: Generate telegramcidr.txt file
|
||||
run: |
|
||||
echo "payload:" > telegramcidr.txt
|
||||
curl -sSL ${telegram_cidr} | perl -ne '/(.+\/\d+)/ && print " - |$1|\n"' | sed "s/|/'/g" >> telegramcidr.txt
|
||||
|
||||
- name: Move files to publish directory
|
||||
|
Loading…
Reference in New Issue
Block a user