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 Aug 6, 2024
1 parent c6b78ee commit a438aff
Show file tree
Hide file tree
Showing 4 changed files with 59 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: 04/08/2024, 21:15**
**Domains Last Update: 06/08/2024, 21:15**

# Dynamic DNS domain list (2024) - 31693 domains
# Dynamic DNS domain list (2024) - 31700 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/) (31076 domains)
- [afraid.org](https://afraid.org/) (31083 domains)
- [dyn.com](https://dyn.com/) (293 domains)
- [changeip.com](https://changeip.com/) (157 domains)
- [noip.com](https://noip.com/) (83 domains)
Expand Down
7 changes: 7 additions & 0 deletions links.csv
Original file line number Diff line number Diff line change
Expand Up @@ -31075,6 +31075,13 @@ lumbinimedia.com,2024-08-04T21:12:36.506Z,afraid.org
h2tmt.cn,2024-08-04T21:15:39.651Z,afraid.org
bigbeaks.net,2024-08-04T21:15:39.655Z,afraid.org
jprantz.com,2024-08-04T21:15:39.656Z,afraid.org
bingodiagno.com,2024-08-06T21:15:04.360Z,afraid.org
lwledu.hk,2024-08-06T21:15:28.377Z,afraid.org
merlinludwig.com,2024-08-06T21:15:31.379Z,afraid.org
milee.to,2024-08-06T21:15:36.379Z,afraid.org
squed.me,2024-08-06T21:15:37.382Z,afraid.org
blastloads.com,2024-08-06T21:15:38.379Z,afraid.org
ufukungor.com,2024-08-06T21:15:38.380Z,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
7 changes: 7 additions & 0 deletions links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31074,6 +31074,13 @@ lumbinimedia.com
h2tmt.cn
bigbeaks.net
jprantz.com
bingodiagno.com
lwledu.hk
merlinludwig.com
milee.to
squed.me
blastloads.com
ufukungor.com
dynamic-dns.net
longmusic.com
wikaba.com
Expand Down
42 changes: 42 additions & 0 deletions scripts/data/afraid.org.json
Original file line number Diff line number Diff line change
Expand Up @@ -186454,5 +186454,47 @@
"domain": "jprantz.com",
"age": "1 day ago (08/03/2024)",
"retrievedAt": "2024-08-04T21:15:39.656Z"
},
{
"id": "1432251",
"domain": "bingodiagno.com",
"age": "41 days ago (06/25/2024)",
"retrievedAt": "2024-08-06T21:15:04.360Z"
},
{
"id": "1435212",
"domain": "lwledu.hk",
"age": "0 days ago (08/06/2024)",
"retrievedAt": "2024-08-06T21:15:28.377Z"
},
{
"id": "1435205",
"domain": "merlinludwig.com",
"age": "0 days ago (08/06/2024)",
"retrievedAt": "2024-08-06T21:15:31.379Z"
},
{
"id": "1419966",
"domain": "milee.to",
"age": "172 days ago (02/15/2024)",
"retrievedAt": "2024-08-06T21:15:36.379Z"
},
{
"id": "1435097",
"domain": "squed.me",
"age": "0 days ago (08/05/2024)",
"retrievedAt": "2024-08-06T21:15:37.382Z"
},
{
"id": "1430711",
"domain": "blastloads.com",
"age": "62 days ago (06/05/2024)",
"retrievedAt": "2024-08-06T21:15:38.379Z"
},
{
"id": "1434452",
"domain": "ufukungor.com",
"age": "10 days ago (07/26/2024)",
"retrievedAt": "2024-08-06T21:15:38.380Z"
}
]

0 comments on commit a438aff

Please sign in to comment.