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 9, 2024
1 parent 6cb4b66 commit 3bdd85e
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: 08/08/2024, 21:16**
**Domains Last Update: 09/08/2024, 21:15**

# Dynamic DNS domain list (2024) - 31717 domains
# Dynamic DNS domain list (2024) - 31723 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/) (31100 domains)
- [afraid.org](https://afraid.org/) (31106 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 @@ -31099,6 +31099,12 @@ cendam.com,2024-08-08T21:16:04.028Z,afraid.org
thejackal.eu,2024-08-08T21:16:04.029Z,afraid.org
rabbitforge.com,2024-08-08T21:16:04.029Z,afraid.org
rabbitforge.xyz,2024-08-08T21:16:04.029Z,afraid.org
cpmecatronica.cl,2024-08-09T21:11:19.298Z,afraid.org
croakerhome.com,2024-08-09T21:13:48.377Z,afraid.org
conexioncircular.cl,2024-08-09T21:15:02.432Z,afraid.org
findafox.net,2024-08-09T21:15:14.440Z,afraid.org
stationswift.xyz,2024-08-09T21:15:16.439Z,afraid.org
inthi.cl,2024-08-09T21:15:21.443Z,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 @@ -31098,6 +31098,12 @@ cendam.com
thejackal.eu
rabbitforge.com
rabbitforge.xyz
cpmecatronica.cl
croakerhome.com
conexioncircular.cl
findafox.net
stationswift.xyz
inthi.cl
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 @@ -186598,5 +186598,41 @@
"domain": "rabbitforge.xyz",
"age": "734 days ago (08/05/2022)",
"retrievedAt": "2024-08-08T21:16:04.029Z"
},
{
"id": "721788",
"domain": "cpmecatronica.cl",
"age": "4707 days ago (09/19/2011)",
"retrievedAt": "2024-08-09T21:11:19.298Z"
},
{
"id": "956790",
"domain": "croakerhome.com",
"age": "3858 days ago (01/15/2014)",
"retrievedAt": "2024-08-09T21:13:48.377Z"
},
{
"id": "1435400",
"domain": "conexioncircular.cl",
"age": "0 days ago (08/09/2024)",
"retrievedAt": "2024-08-09T21:15:02.432Z"
},
{
"id": "1435402",
"domain": "findafox.net",
"age": "0 days ago (08/09/2024)",
"retrievedAt": "2024-08-09T21:15:14.440Z"
},
{
"id": "1435223",
"domain": "stationswift.xyz",
"age": "3 days ago (08/06/2024)",
"retrievedAt": "2024-08-09T21:15:16.439Z"
},
{
"id": "1406679",
"domain": "inthi.cl",
"age": "350 days ago (08/25/2023)",
"retrievedAt": "2024-08-09T21:15:21.443Z"
}
]

0 comments on commit 3bdd85e

Please sign in to comment.