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 Mar 22, 2024
1 parent 33e7a9d commit 64af96e
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: 21/03/2024, 21:16**
**Domains Last Update: 22/03/2024, 21:14**

# Dynamic DNS domain list (2024) - 30989 domains
# Dynamic DNS domain list (2024) - 30994 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/) (30372 domains)
- [afraid.org](https://afraid.org/) (30377 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 @@ -30371,6 +30371,11 @@ larrondoinstalaciones.cl,2024-03-21T21:15:19.157Z,afraid.org
toolsidiomas.ar,2024-03-21T21:15:25.159Z,afraid.org
go3.mx,2024-03-21T21:16:01.865Z,afraid.org
hikaridesu.net,2024-03-21T21:16:02.863Z,afraid.org
plant-placenta.com,2024-03-22T21:13:44.897Z,afraid.org
toradio.cc,2024-03-22T21:13:54.904Z,afraid.org
mmonga.it,2024-03-22T21:14:39.816Z,afraid.org
ayrnatales.net,2024-03-22T21:14:48.935Z,afraid.org
otzivs.ru,2024-03-22T21:14:50.937Z,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 @@ -30370,6 +30370,11 @@ larrondoinstalaciones.cl
toolsidiomas.ar
go3.mx
hikaridesu.net
plant-placenta.com
toradio.cc
mmonga.it
ayrnatales.net
otzivs.ru
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 @@ -182230,5 +182230,35 @@
"domain": "hikaridesu.net",
"age": "1 day ago (03/20/2024)",
"retrievedAt": "2024-03-21T21:16:02.863Z"
},
{
"id": "1110073",
"domain": "plant-placenta.com",
"age": "3119 days ago (09/06/2015)",
"retrievedAt": "2024-03-22T21:13:44.897Z"
},
{
"id": "1328765",
"domain": "toradio.cc",
"age": "1280 days ago (09/19/2020)",
"retrievedAt": "2024-03-22T21:13:54.904Z"
},
{
"id": "1396986",
"domain": "mmonga.it",
"age": "348 days ago (04/08/2023)",
"retrievedAt": "2024-03-22T21:14:39.816Z"
},
{
"id": "1423175",
"domain": "ayrnatales.net",
"age": "1 day ago (03/21/2024)",
"retrievedAt": "2024-03-22T21:14:48.935Z"
},
{
"id": "1395818",
"domain": "otzivs.ru",
"age": "366 days ago (03/22/2023)",
"retrievedAt": "2024-03-22T21:14:50.937Z"
}
]

0 comments on commit 64af96e

Please sign in to comment.