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 17, 2024
1 parent 8727cde commit 24dc7de
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: 16/11/2024, 21:15**
**Domains Last Update: 17/11/2024, 21:16**

# Dynamic DNS domain list (2024) - 32222 domains
# Dynamic DNS domain list (2024) - 32226 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/) (31603 domains)
- [afraid.org](https://afraid.org/) (31607 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 @@ -31602,6 +31602,10 @@ igl-sys.com,2024-11-15T21:17:13.997Z,afraid.org
snafuu.ch,2024-11-15T21:17:15.203Z,afraid.org
orionautomata.com,2024-11-16T21:15:48.866Z,afraid.org
innovitiers.com,2024-11-16T21:15:52.525Z,afraid.org
luhu.jp,2024-11-17T21:16:11.608Z,afraid.org
tripvalory.com,2024-11-17T21:16:12.608Z,afraid.org
ecmd.ro,2024-11-17T21:16:14.608Z,afraid.org
pistinfo.hu,2024-11-17T21:16:14.609Z,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 @@ -31601,6 +31601,10 @@ igl-sys.com
snafuu.ch
orionautomata.com
innovitiers.com
luhu.jp
tripvalory.com
ecmd.ro
pistinfo.hu
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 @@ -189616,5 +189616,29 @@
"domain": "innovitiers.com",
"age": "0 days ago (11/16/2024)",
"retrievedAt": "2024-11-16T21:15:52.525Z"
},
{
"id": "1441993",
"domain": "luhu.jp",
"age": "0 days ago (11/17/2024)",
"retrievedAt": "2024-11-17T21:16:11.608Z"
},
{
"id": "1441632",
"domain": "tripvalory.com",
"age": "5 days ago (11/11/2024)",
"retrievedAt": "2024-11-17T21:16:12.608Z"
},
{
"id": "1441472",
"domain": "ecmd.ro",
"age": "9 days ago (11/08/2024)",
"retrievedAt": "2024-11-17T21:16:14.608Z"
},
{
"id": "1441858",
"domain": "pistinfo.hu",
"age": "3 days ago (11/14/2024)",
"retrievedAt": "2024-11-17T21:16:14.609Z"
}
]

0 comments on commit 24dc7de

Please sign in to comment.