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 28, 2024
1 parent 25c0b45 commit 597143c
Show file tree
Hide file tree
Showing 4 changed files with 59 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: 27/07/2024, 21:14**
**Domains Last Update: 28/07/2024, 21:16**

# Dynamic DNS domain list (2024) - 31649 domains
# Dynamic DNS domain list (2024) - 31656 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/) (31032 domains)
- [afraid.org](https://afraid.org/) (31039 domains)
- [dyn.com](https://dyn.com/) (293 domains)
- [changeip.com](https://changeip.com/) (157 domains)
- [noip.com](https://noip.com/) (83 domains)
Expand Down
7 changes: 7 additions & 0 deletions links.csv
Original file line number Diff line number Diff line change
Expand Up @@ -31031,6 +31031,13 @@ l2argento.com,2024-07-27T21:14:06.052Z,afraid.org
arborinnovations.hr,2024-07-27T21:14:09.299Z,afraid.org
ircnet.ai,2024-07-27T21:14:21.185Z,afraid.org
treebox.hk,2024-07-27T21:14:23.958Z,afraid.org
denuncia-acoso.cl,2024-07-28T21:15:24.343Z,afraid.org
domdit.com,2024-07-28T21:15:24.344Z,afraid.org
foramax2.ru,2024-07-28T21:16:31.389Z,afraid.org
ponk.ca,2024-07-28T21:16:32.387Z,afraid.org
wallarts4u.com,2024-07-28T21:16:32.389Z,afraid.org
harrygl.xyz,2024-07-28T21:16:34.390Z,afraid.org
denuncia-ley-karin.cl,2024-07-28T21:16:35.389Z,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
7 changes: 7 additions & 0 deletions links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31030,6 +31030,13 @@ l2argento.com
arborinnovations.hr
ircnet.ai
treebox.hk
denuncia-acoso.cl
domdit.com
foramax2.ru
ponk.ca
wallarts4u.com
harrygl.xyz
denuncia-ley-karin.cl
dynamic-dns.net
longmusic.com
wikaba.com
Expand Down
42 changes: 42 additions & 0 deletions scripts/data/afraid.org.json
Original file line number Diff line number Diff line change
Expand Up @@ -186190,5 +186190,47 @@
"domain": "treebox.hk",
"age": "1879 days ago (06/04/2019)",
"retrievedAt": "2024-07-27T21:14:23.958Z"
},
{
"id": "1434538",
"domain": "denuncia-acoso.cl",
"age": "0 days ago (07/27/2024)",
"retrievedAt": "2024-07-28T21:15:24.343Z"
},
{
"id": "1433681",
"domain": "domdit.com",
"age": "14 days ago (07/14/2024)",
"retrievedAt": "2024-07-28T21:15:24.344Z"
},
{
"id": "1431979",
"domain": "foramax2.ru",
"age": "36 days ago (06/22/2024)",
"retrievedAt": "2024-07-28T21:16:31.389Z"
},
{
"id": "1425183",
"domain": "ponk.ca",
"age": "108 days ago (04/11/2024)",
"retrievedAt": "2024-07-28T21:16:32.387Z"
},
{
"id": "1427720",
"domain": "wallarts4u.com",
"age": "91 days ago (04/28/2024)",
"retrievedAt": "2024-07-28T21:16:32.389Z"
},
{
"id": "1425620",
"domain": "harrygl.xyz",
"age": "101 days ago (04/17/2024)",
"retrievedAt": "2024-07-28T21:16:34.390Z"
},
{
"id": "1434540",
"domain": "denuncia-ley-karin.cl",
"age": "0 days ago (07/27/2024)",
"retrievedAt": "2024-07-28T21:16:35.389Z"
}
]

0 comments on commit 597143c

Please sign in to comment.