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 Nov 9, 2024
1 parent 03b2332 commit d2b9988
Show file tree
Hide file tree
Showing 4 changed files with 27 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/11/2024, 21:17**
**Domains Last Update: 09/11/2024, 21:16**

# Dynamic DNS domain list (2024) - 32182 domains
# Dynamic DNS domain list (2024) - 32185 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/) (31563 domains)
- [afraid.org](https://afraid.org/) (31566 domains)
- [dyn.com](https://dyn.com/) (293 domains)
- [changeip.com](https://changeip.com/) (157 domains)
- [noip.com](https://noip.com/) (83 domains)
Expand Down
3 changes: 3 additions & 0 deletions links.csv
Original file line number Diff line number Diff line change
Expand Up @@ -31562,6 +31562,9 @@ colegioitalocomposto.cl,2024-11-07T21:16:31.239Z,afraid.org
home-tester.ru,2024-11-07T21:16:31.239Z,afraid.org
redragon.net,2024-11-08T21:16:40.404Z,afraid.org
ipvcore.com,2024-11-08T21:16:56.410Z,afraid.org
sdao.me,2024-11-09T21:16:36.528Z,afraid.org
deven.com.np,2024-11-09T21:16:37.382Z,afraid.org
cloudcrest.net,2024-11-09T21:16:41.531Z,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
3 changes: 3 additions & 0 deletions links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31561,6 +31561,9 @@ colegioitalocomposto.cl
home-tester.ru
redragon.net
ipvcore.com
sdao.me
deven.com.np
cloudcrest.net
dynamic-dns.net
longmusic.com
wikaba.com
Expand Down
18 changes: 18 additions & 0 deletions scripts/data/afraid.org.json
Original file line number Diff line number Diff line change
Expand Up @@ -189376,5 +189376,23 @@
"domain": "ipvcore.com",
"age": "469 days ago (07/28/2023)",
"retrievedAt": "2024-11-08T21:16:56.410Z"
},
{
"id": "1440106",
"domain": "sdao.me",
"age": "22 days ago (10/18/2024)",
"retrievedAt": "2024-11-09T21:16:36.528Z"
},
{
"id": "1441470",
"domain": "deven.com.np",
"age": "1 day ago (11/08/2024)",
"retrievedAt": "2024-11-09T21:16:37.382Z"
},
{
"id": "1430825",
"domain": "cloudcrest.net",
"age": "156 days ago (06/06/2024)",
"retrievedAt": "2024-11-09T21:16:41.531Z"
}
]

0 comments on commit d2b9988

Please sign in to comment.