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 Dec 3, 2024
1 parent 52db7a6 commit eb8aacf
Show file tree
Hide file tree
Showing 4 changed files with 59 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: 02/12/2024, 21:17**
**Domains Last Update: 03/12/2024, 21:17**

# Dynamic DNS domain list (2024) - 32350 domains
# Dynamic DNS domain list (2024) - 32357 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/) (31731 domains)
- [afraid.org](https://afraid.org/) (31738 domains)
- [dyn.com](https://dyn.com/) (293 domains)
- [changeip.com](https://changeip.com/) (157 domains)
- [noip.com](https://noip.com/) (83 domains)
Expand Down
7 changes: 7 additions & 0 deletions links.csv
Original file line number Diff line number Diff line change
Expand Up @@ -31730,6 +31730,13 @@ whatdidtheydo.com,2024-12-02T21:17:29.238Z,afraid.org
20hr53.fr,2024-12-02T21:17:29.239Z,afraid.org
eyebulbpictures.website,2024-12-02T21:17:32.367Z,afraid.org
insviro.com,2024-12-02T21:17:32.368Z,afraid.org
landkunst.ch,2024-12-03T21:17:17.972Z,afraid.org
dalansanat.com,2024-12-03T21:17:30.780Z,afraid.org
tielconsult.com,2024-12-03T21:17:40.042Z,afraid.org
x-tra-tec.ch,2024-12-03T21:17:47.862Z,afraid.org
xtra-tec.ch,2024-12-03T21:17:47.862Z,afraid.org
lotto645.org,2024-12-03T21:17:48.913Z,afraid.org
twokittenspublishing.co.uk,2024-12-03T21:17:48.914Z,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
7 changes: 7 additions & 0 deletions links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31729,6 +31729,13 @@ whatdidtheydo.com
20hr53.fr
eyebulbpictures.website
insviro.com
landkunst.ch
dalansanat.com
tielconsult.com
x-tra-tec.ch
xtra-tec.ch
lotto645.org
twokittenspublishing.co.uk
dynamic-dns.net
longmusic.com
wikaba.com
Expand Down
42 changes: 42 additions & 0 deletions scripts/data/afraid.org.json
Original file line number Diff line number Diff line change
Expand Up @@ -190384,5 +190384,47 @@
"domain": "insviro.com",
"age": "101 days ago (08/22/2024)",
"retrievedAt": "2024-12-02T21:17:32.368Z"
},
{
"id": "351847",
"domain": "landkunst.ch",
"age": "5529 days ago (10/14/2009)",
"retrievedAt": "2024-12-03T21:17:17.972Z"
},
{
"id": "1443040",
"domain": "dalansanat.com",
"age": "1 day ago (12/02/2024)",
"retrievedAt": "2024-12-03T21:17:30.780Z"
},
{
"id": "1443036",
"domain": "tielconsult.com",
"age": "1 day ago (12/02/2024)",
"retrievedAt": "2024-12-03T21:17:40.042Z"
},
{
"id": "1372058",
"domain": "x-tra-tec.ch",
"age": "993 days ago (03/16/2022)",
"retrievedAt": "2024-12-03T21:17:47.862Z"
},
{
"id": "1401948",
"domain": "xtra-tec.ch",
"age": "533 days ago (06/19/2023)",
"retrievedAt": "2024-12-03T21:17:47.862Z"
},
{
"id": "1442265",
"domain": "lotto645.org",
"age": "11 days ago (11/21/2024)",
"retrievedAt": "2024-12-03T21:17:48.913Z"
},
{
"id": "1443059",
"domain": "twokittenspublishing.co.uk",
"age": "0 days ago (12/03/2024)",
"retrievedAt": "2024-12-03T21:17:48.914Z"
}
]

0 comments on commit eb8aacf

Please sign in to comment.