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 2, 2024
1 parent 39b5e68 commit 6575a32
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/10/2024, 21:17**
**Domains Last Update: 02/10/2024, 21:18**

# Dynamic DNS domain list (2024) - 31981 domains
# Dynamic DNS domain list (2024) - 31987 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/) (31364 domains)
- [afraid.org](https://afraid.org/) (31370 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 @@ -31363,6 +31363,12 @@ pilgri.mx,2024-10-01T21:17:35.334Z,afraid.org
enfinlibredutabac.ca,2024-10-01T21:17:36.265Z,afraid.org
zimosvrc.com,2024-10-01T21:17:38.337Z,afraid.org
lanecaster.net,2024-10-01T21:17:39.339Z,afraid.org
misc55.ca,2024-10-02T21:18:39.944Z,afraid.org
jendela.web.id,2024-10-02T21:18:42.938Z,afraid.org
8head.org,2024-10-02T21:18:47.939Z,afraid.org
hodor.cc,2024-10-02T21:18:51.938Z,afraid.org
miperrofiel.com,2024-10-02T21:18:51.939Z,afraid.org
sissed.com,2024-10-02T21:18:55.943Z,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 @@ -31362,6 +31362,12 @@ pilgri.mx
enfinlibredutabac.ca
zimosvrc.com
lanecaster.net
misc55.ca
jendela.web.id
8head.org
hodor.cc
miperrofiel.com
sissed.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 @@ -188182,5 +188182,41 @@
"domain": "lanecaster.net",
"age": "0 days ago (10/01/2024)",
"retrievedAt": "2024-10-01T21:17:39.339Z"
},
{
"id": "1413057",
"domain": "misc55.ca",
"age": "316 days ago (11/20/2023)",
"retrievedAt": "2024-10-02T21:18:39.944Z"
},
{
"id": "1438898",
"domain": "jendela.web.id",
"age": "0 days ago (10/02/2024)",
"retrievedAt": "2024-10-02T21:18:42.938Z"
},
{
"id": "1418964",
"domain": "8head.org",
"age": "241 days ago (02/04/2024)",
"retrievedAt": "2024-10-02T21:18:47.939Z"
},
{
"id": "1438914",
"domain": "hodor.cc",
"age": "0 days ago (10/02/2024)",
"retrievedAt": "2024-10-02T21:18:51.938Z"
},
{
"id": "1438882",
"domain": "miperrofiel.com",
"age": "1 day ago (10/01/2024)",
"retrievedAt": "2024-10-02T21:18:51.939Z"
},
{
"id": "1438955",
"domain": "sissed.com",
"age": "0 days ago (10/02/2024)",
"retrievedAt": "2024-10-02T21:18:55.943Z"
}
]

0 comments on commit 6575a32

Please sign in to comment.