From 4ee52126665b093c480978368741d249ff2b0713 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Sat, 20 Jan 2024 19:23:34 -0500 Subject: [PATCH] Updated mirrors and LICENSE --- LICENSE | 2 +- README.md | 8 ++------ nsec.txt | 51 ++++++++++++++++++++++++++++++++++++++++++++++++ output/nsec3.txt | 4 ++++ tldsec | 4 ---- 5 files changed, 58 insertions(+), 11 deletions(-) create mode 100644 nsec.txt diff --git a/LICENSE b/LICENSE index 016e197..54ec6ab 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ISC License -Copyright (c) 2023, acidvegas +Copyright (c) 2024, acidvegas Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/README.md b/README.md index 583188a..ee5b5fc 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,9 @@ Next domain: *.nic.auto. Next domain: _c311ff38bcd400b0adf7fa2b71732858.nic.auto. ``` - - ## References - https://www.rfc-editor.org/rfc/rfc5155.html + ___ -###### Mirrors -[acid.vegas](https://git.acid.vegas/nsecx) • [GitHub](https://github.com/acidvegas/nsecx) • [GitLab](https://gitlab.com/acidvegas/nsecx) • [SuperNETs](https://git.supernets.org/acidvegas/nsecx) - - +###### Mirrors for this repository: [acid.vegas](https://git.acid.vegas/nsecx) • [SuperNETs](https://git.supernets.org/acidvegas/nsecx) • [GitHub](https://github.com/acidvegas/nsecx) • [GitLab](https://gitlab.com/acidvegas/nsecx) • [Codeberg](https://codeberg.org/acidvegas/nsecx) diff --git a/nsec.txt b/nsec.txt new file mode 100644 index 0000000..be6dddd --- /dev/null +++ b/nsec.txt @@ -0,0 +1,51 @@ +arpa +audio +auto +ax +bd +br +bt +car +cars +ch +christmas +ci +diet +dz +ee +er +flowers +game +gdn +gn +gov +guitars +hosting +id +ir +kg +kz +lb +li +lk +lol +lr +mc +mom +nu +pics +pr +ruhr +se +sl +tn +tz +ve +xn--54b7fta0cc +xn--80ao21a +xn--fzc2c9e2c +xn--l1acc +xn--mgbai9azgqp6j +xn--pgbs0dh +xn--xkc2al3hye2a +xn--ygbi2ammx diff --git a/output/nsec3.txt b/output/nsec3.txt index 2dd1bab..897773e 100644 --- a/output/nsec3.txt +++ b/output/nsec3.txt @@ -1307,3 +1307,7 @@ zip:1 0 1 022541E0AB3EFD1F zm:1 0 10 667B2FD9 zone:1 0 10 332539EE7F95C32A zuerich:1 0 0 - +aaa:1 0 0 - +aarp:1 0 0 - +abb:1 0 100 332539EE7F95C32A +abbott:1 0 100 332539EE7F95C32A diff --git a/tldsec b/tldsec index 1beb356..ccd3f05 100755 --- a/tldsec +++ b/tldsec @@ -40,10 +40,6 @@ nodnssec_total=0 # Read through each TLD in the list echo "$tld_list" | while read -r tld; do - # Skip comments and empty lines - case "$tld" in - \#*|"") continue;; - esac # Increase TLD count current_tld=$((current_tld + 1))