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 Oct 17, 2024
1 parent b2a8d76 commit 62185dc
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: 16/10/2024, 21:17**
**Domains Last Update: 17/10/2024, 21:17**

# Dynamic DNS domain list (2024) - 32071 domains
# Dynamic DNS domain list (2024) - 32077 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/) (31454 domains)
- [afraid.org](https://afraid.org/) (31460 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 @@ -31453,6 +31453,12 @@ geimaan.club,2024-10-16T21:17:18.006Z,afraid.org
noviolencia.ar,2024-10-16T21:17:18.007Z,afraid.org
bewiseman.co,2024-10-16T21:17:18.967Z,afraid.org
kfhptitsa.org,2024-10-16T21:17:20.008Z,afraid.org
broomleigh.com,2024-10-17T21:17:01.134Z,afraid.org
netclew.com,2024-10-17T21:17:11.957Z,afraid.org
benandleanna.co.uk,2024-10-17T21:17:13.961Z,afraid.org
citatah.com,2024-10-17T21:17:15.195Z,afraid.org
castwell.com.my,2024-10-17T21:17:31.209Z,afraid.org
mumufarm.ca,2024-10-17T21:17:31.961Z,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 @@ -31452,6 +31452,12 @@ geimaan.club
noviolencia.ar
bewiseman.co
kfhptitsa.org
broomleigh.com
netclew.com
benandleanna.co.uk
citatah.com
castwell.com.my
mumufarm.ca
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 @@ -188722,5 +188722,41 @@
"domain": "kfhptitsa.org",
"age": "1 day ago (10/15/2024)",
"retrievedAt": "2024-10-16T21:17:20.008Z"
},
{
"id": "1439965",
"domain": "broomleigh.com",
"age": "1 day ago (10/16/2024)",
"retrievedAt": "2024-10-17T21:17:01.134Z"
},
{
"id": "1439973",
"domain": "netclew.com",
"age": "0 days ago (10/17/2024)",
"retrievedAt": "2024-10-17T21:17:11.957Z"
},
{
"id": "1439780",
"domain": "benandleanna.co.uk",
"age": "2 days ago (10/14/2024)",
"retrievedAt": "2024-10-17T21:17:13.961Z"
},
{
"id": "1412429",
"domain": "citatah.com",
"age": "340 days ago (11/12/2023)",
"retrievedAt": "2024-10-17T21:17:15.195Z"
},
{
"id": "1423215",
"domain": "castwell.com.my",
"age": "209 days ago (03/22/2024)",
"retrievedAt": "2024-10-17T21:17:31.209Z"
},
{
"id": "1341505",
"domain": "mumufarm.ca",
"age": "1346 days ago (02/09/2021)",
"retrievedAt": "2024-10-17T21:17:31.961Z"
}
]

0 comments on commit 62185dc

Please sign in to comment.