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 1, 2024
1 parent 028fd2f commit 39b5e68
Show file tree
Hide file tree
Showing 4 changed files with 75 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: 30/09/2024, 21:17**
**Domains Last Update: 01/10/2024, 21:17**

# Dynamic DNS domain list (2024) - 31972 domains
# Dynamic DNS domain list (2024) - 31981 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/) (31355 domains)
- [afraid.org](https://afraid.org/) (31364 domains)
- [dyn.com](https://dyn.com/) (293 domains)
- [changeip.com](https://changeip.com/) (157 domains)
- [noip.com](https://noip.com/) (83 domains)
Expand Down
9 changes: 9 additions & 0 deletions links.csv
Original file line number Diff line number Diff line change
Expand Up @@ -31354,6 +31354,15 @@ barryscloset.com,2024-09-30T21:17:10.799Z,afraid.org
dawidrutkowski.com,2024-09-30T21:17:12.487Z,afraid.org
zaidlab.net,2024-09-30T21:17:14.807Z,afraid.org
yacasidonaciones.com,2024-09-30T21:17:15.557Z,afraid.org
imagetemplate.net,2024-10-01T21:12:54.667Z,afraid.org
sigmacom.ro,2024-10-01T21:14:15.138Z,afraid.org
my-ip6.de,2024-10-01T21:16:58.297Z,afraid.org
matthias-berlin.de,2024-10-01T21:17:30.329Z,afraid.org
jhkids.org.au,2024-10-01T21:17:33.329Z,afraid.org
pilgri.mx,2024-10-01T21:17:35.334Z,afraid.org
enfinlibredutabac.ca,2024-10-01T21:17:36.265Z,afraid.org
zimosvrc.com,2024-10-01T21:17:38.337Z,afraid.org
lanecaster.net,2024-10-01T21:17:39.339Z,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
9 changes: 9 additions & 0 deletions links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31353,6 +31353,15 @@ barryscloset.com
dawidrutkowski.com
zaidlab.net
yacasidonaciones.com
imagetemplate.net
sigmacom.ro
my-ip6.de
matthias-berlin.de
jhkids.org.au
pilgri.mx
enfinlibredutabac.ca
zimosvrc.com
lanecaster.net
dynamic-dns.net
longmusic.com
wikaba.com
Expand Down
54 changes: 54 additions & 0 deletions scripts/data/afraid.org.json
Original file line number Diff line number Diff line change
Expand Up @@ -188128,5 +188128,59 @@
"domain": "yacasidonaciones.com",
"age": "1 day ago (09/29/2024)",
"retrievedAt": "2024-09-30T21:17:15.557Z"
},
{
"id": "186792",
"domain": "imagetemplate.net",
"age": "6296 days ago (07/07/2007)",
"retrievedAt": "2024-10-01T21:12:54.667Z"
},
{
"id": "1025107",
"domain": "sigmacom.ro",
"age": "3655 days ago (09/29/2014)",
"retrievedAt": "2024-10-01T21:14:15.138Z"
},
{
"id": "1390577",
"domain": "my-ip6.de",
"age": "625 days ago (01/14/2023)",
"retrievedAt": "2024-10-01T21:16:58.297Z"
},
{
"id": "1433312",
"domain": "matthias-berlin.de",
"age": "84 days ago (07/09/2024)",
"retrievedAt": "2024-10-01T21:17:30.329Z"
},
{
"id": "1282495",
"domain": "jhkids.org.au",
"age": "1978 days ago (05/02/2019)",
"retrievedAt": "2024-10-01T21:17:33.329Z"
},
{
"id": "1437029",
"domain": "pilgri.mx",
"age": "29 days ago (09/01/2024)",
"retrievedAt": "2024-10-01T21:17:35.334Z"
},
{
"id": "1233920",
"domain": "enfinlibredutabac.ca",
"age": "2477 days ago (12/20/2017)",
"retrievedAt": "2024-10-01T21:17:36.265Z"
},
{
"id": "1413749",
"domain": "zimosvrc.com",
"age": "308 days ago (11/28/2023)",
"retrievedAt": "2024-10-01T21:17:38.337Z"
},
{
"id": "1438845",
"domain": "lanecaster.net",
"age": "0 days ago (10/01/2024)",
"retrievedAt": "2024-10-01T21:17:39.339Z"
}
]

0 comments on commit 39b5e68

Please sign in to comment.