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 Jun 25, 2024
1 parent b5b9406 commit ccfb392
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: 24/06/2024, 21:16**
**Domains Last Update: 25/06/2024, 21:15**

# Dynamic DNS domain list (2024) - 31511 domains
# Dynamic DNS domain list (2024) - 31515 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/) (30894 domains)
- [afraid.org](https://afraid.org/) (30898 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 @@ -30893,6 +30893,10 @@ joshgrzech.com,2024-06-24T21:16:00.194Z,afraid.org
sergeadam.com,2024-06-24T21:16:01.192Z,afraid.org
r209.net,2024-06-24T21:16:01.194Z,afraid.org
botbrawl.com,2024-06-24T21:16:01.194Z,afraid.org
hhoiltools.com,2024-06-25T21:11:46.448Z,afraid.org
rome.ro,2024-06-25T21:15:06.857Z,afraid.org
dimpatagonia.ar,2024-06-25T21:15:36.874Z,afraid.org
antispeciesism.org,2024-06-25T21:15:46.904Z,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 @@ -30892,6 +30892,10 @@ joshgrzech.com
sergeadam.com
r209.net
botbrawl.com
hhoiltools.com
rome.ro
dimpatagonia.ar
antispeciesism.org
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 @@ -185362,5 +185362,29 @@
"domain": "botbrawl.com",
"age": "1506 days ago (05/10/2020)",
"retrievedAt": "2024-06-24T21:16:01.194Z"
},
{
"id": "743556",
"domain": "hhoiltools.com",
"age": "4590 days ago (11/30/2011)",
"retrievedAt": "2024-06-25T21:11:46.448Z"
},
{
"id": "251133",
"domain": "rome.ro",
"age": "5855 days ago (06/14/2008)",
"retrievedAt": "2024-06-25T21:15:06.857Z"
},
{
"id": "1417389",
"domain": "dimpatagonia.ar",
"age": "161 days ago (01/15/2024)",
"retrievedAt": "2024-06-25T21:15:36.874Z"
},
{
"id": "1431571",
"domain": "antispeciesism.org",
"age": "8 days ago (06/17/2024)",
"retrievedAt": "2024-06-25T21:15:46.904Z"
}
]

0 comments on commit ccfb392

Please sign in to comment.