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 Oct 16, 2024
1 parent 1a4ebd9 commit b2a8d76
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: 15/10/2024, 21:17**
**Domains Last Update: 16/10/2024, 21:17**

# Dynamic DNS domain list (2024) - 32064 domains
# Dynamic DNS domain list (2024) - 32071 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/) (31447 domains)
- [afraid.org](https://afraid.org/) (31454 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 @@ -31446,6 +31446,13 @@ redshell-ai.com,2024-10-15T21:17:40.628Z,afraid.org
tregrp.com,2024-10-15T21:17:40.631Z,afraid.org
konpan.ch,2024-10-15T21:17:44.179Z,afraid.org
c53jev.org,2024-10-15T21:17:48.607Z,afraid.org
asluk.uk,2024-10-16T21:17:14.966Z,afraid.org
orbittrack.cl,2024-10-16T21:17:15.996Z,afraid.org
rappl.it,2024-10-16T21:17:16.959Z,afraid.org
geimaan.club,2024-10-16T21:17:18.006Z,afraid.org
noviolencia.ar,2024-10-16T21:17:18.007Z,afraid.org
bewiseman.co,2024-10-16T21:17:18.967Z,afraid.org
kfhptitsa.org,2024-10-16T21:17:20.008Z,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 @@ -31445,6 +31445,13 @@ redshell-ai.com
tregrp.com
konpan.ch
c53jev.org
asluk.uk
orbittrack.cl
rappl.it
geimaan.club
noviolencia.ar
bewiseman.co
kfhptitsa.org
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 @@ -188680,5 +188680,47 @@
"domain": "c53jev.org",
"age": "0 days ago (10/15/2024)",
"retrievedAt": "2024-10-15T21:17:48.607Z"
},
{
"id": "1439932",
"domain": "asluk.uk",
"age": "0 days ago (10/16/2024)",
"retrievedAt": "2024-10-16T21:17:14.966Z"
},
{
"id": "1438972",
"domain": "orbittrack.cl",
"age": "13 days ago (10/02/2024)",
"retrievedAt": "2024-10-16T21:17:15.996Z"
},
{
"id": "1438339",
"domain": "rappl.it",
"age": "23 days ago (09/23/2024)",
"retrievedAt": "2024-10-16T21:17:16.959Z"
},
{
"id": "1439928",
"domain": "geimaan.club",
"age": "0 days ago (10/16/2024)",
"retrievedAt": "2024-10-16T21:17:18.006Z"
},
{
"id": "1336903",
"domain": "noviolencia.ar",
"age": "1396 days ago (12/19/2020)",
"retrievedAt": "2024-10-16T21:17:18.007Z"
},
{
"id": "1439770",
"domain": "bewiseman.co",
"age": "2 days ago (10/14/2024)",
"retrievedAt": "2024-10-16T21:17:18.967Z"
},
{
"id": "1439876",
"domain": "kfhptitsa.org",
"age": "1 day ago (10/15/2024)",
"retrievedAt": "2024-10-16T21:17:20.008Z"
}
]

0 comments on commit b2a8d76

Please sign in to comment.