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 30, 2024
1 parent 5a255a1 commit 4a15364
Show file tree
Hide file tree
Showing 4 changed files with 35 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: 29/11/2024, 21:17**
**Domains Last Update: 30/11/2024, 21:16**

# Dynamic DNS domain list (2024) - 32335 domains
# Dynamic DNS domain list (2024) - 32339 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/) (31716 domains)
- [afraid.org](https://afraid.org/) (31720 domains)
- [dyn.com](https://dyn.com/) (293 domains)
- [changeip.com](https://changeip.com/) (157 domains)
- [noip.com](https://noip.com/) (83 domains)
Expand Down
4 changes: 4 additions & 0 deletions links.csv
Original file line number Diff line number Diff line change
Expand Up @@ -31715,6 +31715,10 @@ robofuzzwrenches.com,2024-11-28T21:17:25.387Z,afraid.org
sfs.bz,2024-11-28T21:17:25.390Z,afraid.org
gusadelic.net,2024-11-29T21:16:10.174Z,afraid.org
sillyfishsoftwareengineering.co.uk,2024-11-29T21:16:34.197Z,afraid.org
anuarioviviendalac.com,2024-11-30T21:16:27.472Z,afraid.org
phatbeatsradio.net,2024-11-30T21:16:28.494Z,afraid.org
bluecat.sg,2024-11-30T21:16:29.476Z,afraid.org
wine-software.com,2024-11-30T21:16:33.477Z,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
4 changes: 4 additions & 0 deletions links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31714,6 +31714,10 @@ robofuzzwrenches.com
sfs.bz
gusadelic.net
sillyfishsoftwareengineering.co.uk
anuarioviviendalac.com
phatbeatsradio.net
bluecat.sg
wine-software.com
dynamic-dns.net
longmusic.com
wikaba.com
Expand Down
24 changes: 24 additions & 0 deletions scripts/data/afraid.org.json
Original file line number Diff line number Diff line change
Expand Up @@ -190294,5 +190294,29 @@
"domain": "sillyfishsoftwareengineering.co.uk",
"age": "0 days ago (11/29/2024)",
"retrievedAt": "2024-11-29T21:16:34.197Z"
},
{
"id": "1442862",
"domain": "anuarioviviendalac.com",
"age": "1 day ago (11/29/2024)",
"retrievedAt": "2024-11-30T21:16:27.472Z"
},
{
"id": "1442892",
"domain": "phatbeatsradio.net",
"age": "0 days ago (11/30/2024)",
"retrievedAt": "2024-11-30T21:16:28.494Z"
},
{
"id": "1442765",
"domain": "bluecat.sg",
"age": "2 days ago (11/27/2024)",
"retrievedAt": "2024-11-30T21:16:29.476Z"
},
{
"id": "1423826",
"domain": "wine-software.com",
"age": "244 days ago (03/30/2024)",
"retrievedAt": "2024-11-30T21:16:33.477Z"
}
]

0 comments on commit 4a15364

Please sign in to comment.