mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-07-19 00:20:00 +00:00
Update domains.json
This commit is contained in:
parent
f63dcd32e1
commit
88d93ceea1
16
.github/.domain/domains.json
vendored
16
.github/.domain/domains.json
vendored
@ -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": {
|
||||||
|
5
.github/workflows/update_domain.yml
vendored
5
.github/workflows/update_domain.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user