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 Aug 26, 2024
1 parent c12280c commit 1e0611e
Show file tree
Hide file tree
Showing 4 changed files with 51 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: 25/08/2024, 21:15**
**Domains Last Update: 26/08/2024, 21:15**

# Dynamic DNS domain list (2024) - 31809 domains
# Dynamic DNS domain list (2024) - 31815 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/) (31192 domains)
- [afraid.org](https://afraid.org/) (31198 domains)
- [dyn.com](https://dyn.com/) (293 domains)
- [changeip.com](https://changeip.com/) (157 domains)
- [noip.com](https://noip.com/) (83 domains)
Expand Down
6 changes: 6 additions & 0 deletions links.csv
Original file line number Diff line number Diff line change
Expand Up @@ -31191,6 +31191,12 @@ bustamantedev.cl,2024-08-25T21:15:18.573Z,afraid.org
pasarde.com,2024-08-25T21:15:18.574Z,afraid.org
vdgw.nl,2024-08-25T21:15:19.573Z,afraid.org
ircnet.cafe,2024-08-25T21:15:21.573Z,afraid.org
pittscrew.com,2024-08-26T21:12:52.810Z,afraid.org
convertirde.com,2024-08-26T21:15:24.960Z,afraid.org
coco.ch,2024-08-26T21:15:28.963Z,afraid.org
katusak.com.mx,2024-08-26T21:15:28.965Z,afraid.org
katusak.mx,2024-08-26T21:15:28.965Z,afraid.org
herreraarana.online,2024-08-26T21:15:29.962Z,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
6 changes: 6 additions & 0 deletions links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31190,6 +31190,12 @@ bustamantedev.cl
pasarde.com
vdgw.nl
ircnet.cafe
pittscrew.com
convertirde.com
coco.ch
katusak.com.mx
katusak.mx
herreraarana.online
dynamic-dns.net
longmusic.com
wikaba.com
Expand Down
36 changes: 36 additions & 0 deletions scripts/data/afraid.org.json
Original file line number Diff line number Diff line change
Expand Up @@ -187150,5 +187150,41 @@
"domain": "ircnet.cafe",
"age": "27 days ago (07/29/2024)",
"retrievedAt": "2024-08-25T21:15:21.573Z"
},
{
"id": "1436518",
"domain": "pittscrew.com",
"age": "1 day ago (08/25/2024)",
"retrievedAt": "2024-08-26T21:12:52.810Z"
},
{
"id": "1436532",
"domain": "convertirde.com",
"age": "1 day ago (08/25/2024)",
"retrievedAt": "2024-08-26T21:15:24.960Z"
},
{
"id": "1436494",
"domain": "coco.ch",
"age": "1 day ago (08/25/2024)",
"retrievedAt": "2024-08-26T21:15:28.963Z"
},
{
"id": "1421906",
"domain": "katusak.com.mx",
"age": "172 days ago (03/07/2024)",
"retrievedAt": "2024-08-26T21:15:28.965Z"
},
{
"id": "1421905",
"domain": "katusak.mx",
"age": "172 days ago (03/07/2024)",
"retrievedAt": "2024-08-26T21:15:28.965Z"
},
{
"id": "1436390",
"domain": "herreraarana.online",
"age": "3 days ago (08/23/2024)",
"retrievedAt": "2024-08-26T21:15:29.962Z"
}
]

0 comments on commit 1e0611e

Please sign in to comment.