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 Jul 9, 2024
1 parent 6101ca5 commit 9a25ec6
Show file tree
Hide file tree
Showing 4 changed files with 43 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/07/2024, 21:17**
**Domains Last Update: 09/07/2024, 21:16**

# Dynamic DNS domain list (2024) - 31549 domains
# Dynamic DNS domain list (2024) - 31554 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/) (30932 domains)
- [afraid.org](https://afraid.org/) (30937 domains)
- [dyn.com](https://dyn.com/) (293 domains)
- [changeip.com](https://changeip.com/) (157 domains)
- [noip.com](https://noip.com/) (83 domains)
Expand Down
5 changes: 5 additions & 0 deletions links.csv
Original file line number Diff line number Diff line change
Expand Up @@ -30931,6 +30931,11 @@ pagangeek.net,2024-07-07T21:15:55.068Z,afraid.org
symen.ir,2024-07-08T21:12:37.944Z,afraid.org
delreal.cl,2024-07-08T21:12:46.964Z,afraid.org
eduinnova.cl,2024-07-08T21:15:55.115Z,afraid.org
3992.in,2024-07-09T21:13:31.134Z,afraid.org
organized-cloud.xyz,2024-07-09T21:15:58.248Z,afraid.org
hangar123.aero,2024-07-09T21:16:00.248Z,afraid.org
gigs2go.org,2024-07-09T21:16:05.267Z,afraid.org
ircnet.biz,2024-07-09T21:16:06.265Z,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
5 changes: 5 additions & 0 deletions links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30930,6 +30930,11 @@ pagangeek.net
symen.ir
delreal.cl
eduinnova.cl
3992.in
organized-cloud.xyz
hangar123.aero
gigs2go.org
ircnet.biz
dynamic-dns.net
longmusic.com
wikaba.com
Expand Down
30 changes: 30 additions & 0 deletions scripts/data/afraid.org.json
Original file line number Diff line number Diff line change
Expand Up @@ -185590,5 +185590,35 @@
"domain": "eduinnova.cl",
"age": "343 days ago (07/31/2023)",
"retrievedAt": "2024-07-08T21:15:55.115Z"
},
{
"id": "1350882",
"domain": "3992.in",
"age": "1126 days ago (06/09/2021)",
"retrievedAt": "2024-07-09T21:13:31.134Z"
},
{
"id": "1419010",
"domain": "organized-cloud.xyz",
"age": "156 days ago (02/04/2024)",
"retrievedAt": "2024-07-09T21:15:58.248Z"
},
{
"id": "1386472",
"domain": "hangar123.aero",
"age": "602 days ago (11/15/2022)",
"retrievedAt": "2024-07-09T21:16:00.248Z"
},
{
"id": "1402879",
"domain": "gigs2go.org",
"age": "372 days ago (07/03/2023)",
"retrievedAt": "2024-07-09T21:16:05.267Z"
},
{
"id": "954814",
"domain": "ircnet.biz",
"age": "3836 days ago (01/07/2014)",
"retrievedAt": "2024-07-09T21:16:06.265Z"
}
]

0 comments on commit 9a25ec6

Please sign in to comment.