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 4, 2024
1 parent 40b1710 commit 2d9dd1b
Show file tree
Hide file tree
Showing 4 changed files with 67 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: 03/11/2024, 21:16**
**Domains Last Update: 04/11/2024, 21:16**

# Dynamic DNS domain list (2024) - 32157 domains
# Dynamic DNS domain list (2024) - 32165 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/) (31538 domains)
- [afraid.org](https://afraid.org/) (31546 domains)
- [dyn.com](https://dyn.com/) (293 domains)
- [changeip.com](https://changeip.com/) (157 domains)
- [noip.com](https://noip.com/) (83 domains)
Expand Down
8 changes: 8 additions & 0 deletions links.csv
Original file line number Diff line number Diff line change
Expand Up @@ -31537,6 +31537,14 @@ upskill.je,2024-11-03T21:16:30.909Z,afraid.org
upskilljersey.com,2024-11-03T21:16:30.909Z,afraid.org
laptopy.nl,2024-11-03T21:16:33.911Z,afraid.org
375924.xyz,2024-11-03T21:16:34.907Z,afraid.org
hlebets.space,2024-11-04T21:16:07.770Z,afraid.org
jrconsulting.cl,2024-11-04T21:16:07.770Z,afraid.org
mercelo.cl,2024-11-04T21:16:07.771Z,afraid.org
portalweb.mx,2024-11-04T21:16:07.771Z,afraid.org
jewellerypalace.au,2024-11-04T21:16:11.772Z,afraid.org
wellton.com.br,2024-11-04T21:16:11.773Z,afraid.org
iragedandquit.net,2024-11-04T21:16:11.774Z,afraid.org
sml.wtf,2024-11-04T21:16:11.779Z,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
8 changes: 8 additions & 0 deletions links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31536,6 +31536,14 @@ upskill.je
upskilljersey.com
laptopy.nl
375924.xyz
hlebets.space
jrconsulting.cl
mercelo.cl
portalweb.mx
jewellerypalace.au
wellton.com.br
iragedandquit.net
sml.wtf
dynamic-dns.net
longmusic.com
wikaba.com
Expand Down
48 changes: 48 additions & 0 deletions scripts/data/afraid.org.json
Original file line number Diff line number Diff line change
Expand Up @@ -189226,5 +189226,53 @@
"domain": "375924.xyz",
"age": "22 days ago (10/12/2024)",
"retrievedAt": "2024-11-03T21:16:34.907Z"
},
{
"id": "1425277",
"domain": "hlebets.space",
"age": "206 days ago (04/12/2024)",
"retrievedAt": "2024-11-04T21:16:07.770Z"
},
{
"id": "1440637",
"domain": "jrconsulting.cl",
"age": "9 days ago (10/26/2024)",
"retrievedAt": "2024-11-04T21:16:07.770Z"
},
{
"id": "1440483",
"domain": "mercelo.cl",
"age": "12 days ago (10/23/2024)",
"retrievedAt": "2024-11-04T21:16:07.771Z"
},
{
"id": "1393608",
"domain": "portalweb.mx",
"age": "620 days ago (02/22/2023)",
"retrievedAt": "2024-11-04T21:16:07.771Z"
},
{
"id": "1441128",
"domain": "jewellerypalace.au",
"age": "0 days ago (11/03/2024)",
"retrievedAt": "2024-11-04T21:16:11.772Z"
},
{
"id": "1440694",
"domain": "wellton.com.br",
"age": "8 days ago (10/27/2024)",
"retrievedAt": "2024-11-04T21:16:11.773Z"
},
{
"id": "1441155",
"domain": "iragedandquit.net",
"age": "0 days ago (11/03/2024)",
"retrievedAt": "2024-11-04T21:16:11.774Z"
},
{
"id": "1440832",
"domain": "sml.wtf",
"age": "6 days ago (10/29/2024)",
"retrievedAt": "2024-11-04T21:16:11.779Z"
}
]

0 comments on commit 2d9dd1b

Please sign in to comment.