Skip to content

Commit

Permalink
Automatically update .csv and .txt files
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 2, 2024
1 parent f7e933f commit c2ab7a7
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
> **Notice:** In response to the recent surge in interest and traffic to this repository, significant efforts have been made to rejuvenate and automate its maintenance. The automation process now ensures that the `links.csv` and `links.txt` files are updated on a daily basis. This is achieved through a GitHub Actions workflow that systematically scrapes dynamic DNS provider websites for the latest domain information, ensuring the repository remains a reliable and up-to-date resource for the community.
**Domains Last Update: 01/09/2024, 21:15**
**Domains Last Update: 02/09/2024, 21:16**

# Dynamic DNS domain list (2024) - 31836 domains
# Dynamic DNS domain list (2024) - 31842 domains

While working on another project, I needed a list of domains being used for dynamic DNS, and since I've lost a few hours of my life, I decided to just release the list. Due to the repository getting some views lately and having some extra time, I decided to automate the scraping part, so that the list remains updated.

Expand Down Expand Up @@ -57,7 +57,7 @@ For subsequent runs, the script only adds new domains to the list. This ensures


### DNS Providers included:
- [afraid.org](https://afraid.org/) (31219 domains)
- [afraid.org](https://afraid.org/) (31225 domains)
- [dyn.com](https://dyn.com/) (293 domains)
- [changeip.com](https://changeip.com/) (157 domains)
- [noip.com](https://noip.com/) (83 domains)
Expand Down
6 changes: 6 additions & 0 deletions links.csv
Original file line number Diff line number Diff line change
Expand Up @@ -31218,6 +31218,12 @@ china.is,2024-09-01T21:10:47.630Z,afraid.org
ronu.ch,2024-09-01T21:15:25.038Z,afraid.org
mustline.cn,2024-09-01T21:15:27.040Z,afraid.org
tenderproai.com,2024-09-01T21:15:28.039Z,afraid.org
distcelestino.ar,2024-09-02T21:15:07.566Z,afraid.org
jollysellsword.com,2024-09-02T21:16:03.027Z,afraid.org
masseriasantulasi.com,2024-09-02T21:16:16.648Z,afraid.org
masseriasantulasi.org,2024-09-02T21:16:16.648Z,afraid.org
eix-w.com,2024-09-02T21:16:20.650Z,afraid.org
gentlemanspursuits.com,2024-09-02T21:16:20.651Z,afraid.org
dynamic-dns.net,2024-02-18T18:00:27.132Z,changeip.com
longmusic.com,2024-02-18T18:00:27.132Z,changeip.com
wikaba.com,2024-02-18T18:00:27.132Z,changeip.com
Expand Down
6 changes: 6 additions & 0 deletions links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31217,6 +31217,12 @@ china.is
ronu.ch
mustline.cn
tenderproai.com
distcelestino.ar
jollysellsword.com
masseriasantulasi.com
masseriasantulasi.org
eix-w.com
gentlemanspursuits.com
dynamic-dns.net
longmusic.com
wikaba.com
Expand Down
36 changes: 36 additions & 0 deletions scripts/data/afraid.org.json
Original file line number Diff line number Diff line change
Expand Up @@ -187312,5 +187312,41 @@
"domain": "tenderproai.com",
"age": "2 days ago (08/29/2024)",
"retrievedAt": "2024-09-01T21:15:28.039Z"
},
{
"id": "1434622",
"domain": "distcelestino.ar",
"age": "35 days ago (07/28/2024)",
"retrievedAt": "2024-09-02T21:15:07.566Z"
},
{
"id": "1436198",
"domain": "jollysellsword.com",
"age": "13 days ago (08/20/2024)",
"retrievedAt": "2024-09-02T21:16:03.027Z"
},
{
"id": "1436926",
"domain": "masseriasantulasi.com",
"age": "2 days ago (08/31/2024)",
"retrievedAt": "2024-09-02T21:16:16.648Z"
},
{
"id": "1436927",
"domain": "masseriasantulasi.org",
"age": "1 day ago (08/31/2024)",
"retrievedAt": "2024-09-02T21:16:16.648Z"
},
{
"id": "1437049",
"domain": "eix-w.com",
"age": "0 days ago (09/02/2024)",
"retrievedAt": "2024-09-02T21:16:20.650Z"
},
{
"id": "1421652",
"domain": "gentlemanspursuits.com",
"age": "181 days ago (03/05/2024)",
"retrievedAt": "2024-09-02T21:16:20.651Z"
}
]

0 comments on commit c2ab7a7

Please sign in to comment.