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 29, 2024
1 parent b06f1f1 commit d30ece2
Show file tree
Hide file tree
Showing 4 changed files with 43 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: 28/10/2024, 21:17**
**Domains Last Update: 29/10/2024, 21:16**

# Dynamic DNS domain list (2024) - 32130 domains
# Dynamic DNS domain list (2024) - 32135 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/) (31513 domains)
- [afraid.org](https://afraid.org/) (31518 domains)
- [dyn.com](https://dyn.com/) (293 domains)
- [changeip.com](https://changeip.com/) (157 domains)
- [noip.com](https://noip.com/) (83 domains)
Expand Down
5 changes: 5 additions & 0 deletions links.csv
Original file line number Diff line number Diff line change
Expand Up @@ -31512,6 +31512,11 @@ myminecraft.uk,2024-10-27T21:16:07.522Z,afraid.org
myrouter.uk,2024-10-28T21:17:07.791Z,afraid.org
rijanbajracharya.com.np,2024-10-28T21:17:07.795Z,afraid.org
dreamlandproperties.org,2024-10-28T21:17:09.790Z,afraid.org
aperturasymas.cl,2024-10-29T21:15:53.610Z,afraid.org
bennett-clan.com,2024-10-29T21:16:29.673Z,afraid.org
arha.my,2024-10-29T21:16:43.682Z,afraid.org
masfar.my,2024-10-29T21:16:44.574Z,afraid.org
batfun.org,2024-10-29T21:16:48.684Z,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
5 changes: 5 additions & 0 deletions links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31511,6 +31511,11 @@ myminecraft.uk
myrouter.uk
rijanbajracharya.com.np
dreamlandproperties.org
aperturasymas.cl
bennett-clan.com
arha.my
masfar.my
batfun.org
dynamic-dns.net
longmusic.com
wikaba.com
Expand Down
30 changes: 30 additions & 0 deletions scripts/data/afraid.org.json
Original file line number Diff line number Diff line change
Expand Up @@ -189076,5 +189076,35 @@
"domain": "dreamlandproperties.org",
"age": "133 days ago (06/16/2024)",
"retrievedAt": "2024-10-28T21:17:09.790Z"
},
{
"id": "1440094",
"domain": "aperturasymas.cl",
"age": "10 days ago (10/18/2024)",
"retrievedAt": "2024-10-29T21:15:53.610Z"
},
{
"id": "1299660",
"domain": "bennett-clan.com",
"age": "1810 days ago (11/15/2019)",
"retrievedAt": "2024-10-29T21:16:29.673Z"
},
{
"id": "1334416",
"domain": "arha.my",
"age": "1439 days ago (11/20/2020)",
"retrievedAt": "2024-10-29T21:16:43.682Z"
},
{
"id": "1334417",
"domain": "masfar.my",
"age": "1439 days ago (11/20/2020)",
"retrievedAt": "2024-10-29T21:16:44.574Z"
},
{
"id": "1434638",
"domain": "batfun.org",
"age": "93 days ago (07/28/2024)",
"retrievedAt": "2024-10-29T21:16:48.684Z"
}
]

0 comments on commit d30ece2

Please sign in to comment.