Update domains.json

This commit is contained in:
None 2025-07-02 14:30:44 +02:00 committed by github-actions[bot]
parent f63dcd32e1
commit 88d93ceea1
2 changed files with 11 additions and 10 deletions

View File

@ -13,9 +13,9 @@
}, },
"animeunity": { "animeunity": {
"domain": "so", "domain": "so",
"full_url": "https://www.animeunity.so/", "full_url": "http://www.animeunity.so/",
"old_domain": "so", "old_domain": "so",
"time_change": "2025-06-18 14:21:22" "time_change": "2025-07-04 14:19:55"
}, },
"animeworld": { "animeworld": {
"domain": "ac", "domain": "ac",
@ -24,10 +24,10 @@
"time_change": "2025-03-21 12:20:27" "time_change": "2025-03-21 12:20:27"
}, },
"guardaserie": { "guardaserie": {
"domain": "meme", "domain": "kaufen",
"full_url": "http://guardaserie.meme/", "full_url": "https://guardaserie.kaufen/",
"old_domain": "meme", "old_domain": "meme",
"time_change": "2025-06-21 11:18:08" "time_change": "2025-07-02 12:42:58"
}, },
"ddlstreamitaly": { "ddlstreamitaly": {
"domain": "co", "domain": "co",
@ -42,15 +42,15 @@
"time_change": "2025-04-29 12:30:30" "time_change": "2025-04-29 12:30:30"
}, },
"altadefinizione": { "altadefinizione": {
"domain": "life", "domain": "qpon",
"full_url": "https://altadefinizionegratis.life/", "full_url": "https://altadefinizione.qpon/",
"old_domain": "blog", "old_domain": "blog",
"time_change": "2025-06-30 21:19:33" "time_change": "2025-06-30 21:19:33"
}, },
"streamingcommunity": { "streamingcommunity": {
"domain": "cloud", "domain": "cloud",
"full_url": "https://streamingunity.cloud/", "full_url": "https://streamingunity.cloud/",
"old_domain": "cluud", "old_domain": "life",
"time_change": "2025-07-02 11:18:46" "time_change": "2025-07-02 11:18:46"
}, },
"altadefinizionegratis": { "altadefinizionegratis": {

View File

@ -30,8 +30,9 @@ jobs:
- name: Configure DNS - name: Configure DNS
run: | run: |
sudo sh -c 'echo "nameserver 9.9.9.9" > /etc/resolv.conf' sudo sh -c 'echo "nameserver 208.67.220.220" > /etc/resolv.conf'
cat /etc/resolv.conf sudo sh -c 'echo "nameserver 208.67.222.222" >> /etc/resolv.conf'
sudo sh -c 'echo "nameserver 77.88.8.8" >> /etc/resolv.conf'
- name: Execute domain update script - name: Execute domain update script
run: python .github/.domain/domain_update.py run: python .github/.domain/domain_update.py