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 12, 2024
1 parent 88574ab commit 314dda3
Show file tree
Hide file tree
Showing 4 changed files with 35 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: 11/09/2024, 21:16**
**Domains Last Update: 12/09/2024, 21:16**

# Dynamic DNS domain list (2024) - 31890 domains
# Dynamic DNS domain list (2024) - 31894 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/) (31273 domains)
- [afraid.org](https://afraid.org/) (31277 domains)
- [dyn.com](https://dyn.com/) (293 domains)
- [changeip.com](https://changeip.com/) (157 domains)
- [noip.com](https://noip.com/) (83 domains)
Expand Down
4 changes: 4 additions & 0 deletions links.csv
Original file line number Diff line number Diff line change
Expand Up @@ -31272,6 +31272,10 @@ canaldirecto.ar,2024-09-11T21:16:43.421Z,afraid.org
altima.ar,2024-09-11T21:16:48.428Z,afraid.org
cadancesolutions.com,2024-09-11T21:16:48.431Z,afraid.org
gpu74.ru,2024-09-11T21:16:49.428Z,afraid.org
faizinternational.com.np,2024-09-12T21:15:12.828Z,afraid.org
donutconnection.net,2024-09-12T21:16:05.489Z,afraid.org
zingomax.com,2024-09-12T21:16:12.493Z,afraid.org
atomybomb.com,2024-09-12T21:16:12.493Z,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
4 changes: 4 additions & 0 deletions links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31271,6 +31271,10 @@ canaldirecto.ar
altima.ar
cadancesolutions.com
gpu74.ru
faizinternational.com.np
donutconnection.net
zingomax.com
atomybomb.com
dynamic-dns.net
longmusic.com
wikaba.com
Expand Down
24 changes: 24 additions & 0 deletions scripts/data/afraid.org.json
Original file line number Diff line number Diff line change
Expand Up @@ -187636,5 +187636,29 @@
"domain": "gpu74.ru",
"age": "483 days ago (05/17/2023)",
"retrievedAt": "2024-09-11T21:16:49.428Z"
},
{
"id": "1345338",
"domain": "faizinternational.com.np",
"age": "1264 days ago (03/28/2021)",
"retrievedAt": "2024-09-12T21:15:12.828Z"
},
{
"id": "1404222",
"domain": "donutconnection.net",
"age": "420 days ago (07/20/2023)",
"retrievedAt": "2024-09-12T21:16:05.489Z"
},
{
"id": "1408004",
"domain": "zingomax.com",
"age": "365 days ago (09/12/2023)",
"retrievedAt": "2024-09-12T21:16:12.493Z"
},
{
"id": "1437638",
"domain": "atomybomb.com",
"age": "0 days ago (09/12/2024)",
"retrievedAt": "2024-09-12T21:16:12.493Z"
}
]

0 comments on commit 314dda3

Please sign in to comment.