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 20, 2024
1 parent 17938fa commit ec4d514
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: 19/07/2024, 21:14**
**Domains Last Update: 20/07/2024, 21:15**

# Dynamic DNS domain list (2024) - 31614 domains
# Dynamic DNS domain list (2024) - 31619 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/) (30997 domains)
- [afraid.org](https://afraid.org/) (31002 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 @@ -30996,6 +30996,11 @@ bluemarcorporation.com,2024-07-19T21:14:36.603Z,afraid.org
suwal.com.np,2024-07-19T21:14:42.601Z,afraid.org
teamcr4ck3rs.ru,2024-07-19T21:14:44.604Z,afraid.org
aurelito.ru,2024-07-19T21:14:45.603Z,afraid.org
hostweb.ro,2024-07-20T21:14:44.444Z,afraid.org
baldsparrow.com,2024-07-20T21:14:53.695Z,afraid.org
dacul.ro,2024-07-20T21:14:55.001Z,afraid.org
publicate.ro,2024-07-20T21:14:56.697Z,afraid.org
tingwater.com,2024-07-20T21:14:58.697Z,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 @@ -30995,6 +30995,11 @@ bluemarcorporation.com
suwal.com.np
teamcr4ck3rs.ru
aurelito.ru
hostweb.ro
baldsparrow.com
dacul.ro
publicate.ro
tingwater.com
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 @@ -185980,5 +185980,35 @@
"domain": "aurelito.ru",
"age": "526 days ago (02/09/2023)",
"retrievedAt": "2024-07-19T21:14:45.603Z"
},
{
"id": "1434039",
"domain": "hostweb.ro",
"age": "0 days ago (07/20/2024)",
"retrievedAt": "2024-07-20T21:14:44.444Z"
},
{
"id": "1434032",
"domain": "baldsparrow.com",
"age": "0 days ago (07/20/2024)",
"retrievedAt": "2024-07-20T21:14:53.695Z"
},
{
"id": "1432853",
"domain": "dacul.ro",
"age": "16 days ago (07/04/2024)",
"retrievedAt": "2024-07-20T21:14:55.001Z"
},
{
"id": "1433013",
"domain": "publicate.ro",
"age": "14 days ago (07/06/2024)",
"retrievedAt": "2024-07-20T21:14:56.697Z"
},
{
"id": "1434022",
"domain": "tingwater.com",
"age": "0 days ago (07/19/2024)",
"retrievedAt": "2024-07-20T21:14:58.697Z"
}
]

0 comments on commit ec4d514

Please sign in to comment.