We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2613e commit aa1e68dCopy full SHA for aa1e68d
.github/workflows/main.yml
@@ -24,6 +24,9 @@ jobs:
24
- name: Update trackers_all.txt
25
shell: pwsh
26
run: |
27
+ curl https://cf.trackerslist.com/all.txt >> trackers_all.txt
28
+ curl https://trackerslist.com/all.txt >> trackers_all.txt
29
+ curl https://newtrackon.com/api/all >> trackers_all.txt
30
curl https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all.txt >> trackers_all.txt
31
curl https://raw.githubusercontent.com/XIU2/TrackersListCollection/master/all.txt >> trackers_all.txt
32
curl https://raw.githubusercontent.com/chenjia404/CnTrackersList/master/all.txt >> trackers_all.txt
0 commit comments