Updated mirrors and LICENSE

This commit is contained in:
Dionysus 2024-01-20 19:23:34 -05:00
parent 32af9d3bcd
commit 4ee5212666
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
5 changed files with 58 additions and 11 deletions

View File

@ -1,6 +1,6 @@
ISC License
Copyright (c) 2023, acidvegas <acid.vegas@acid.vegas>
Copyright (c) 2024, acidvegas <acid.vegas@acid.vegas>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above

View File

@ -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)

51
nsec.txt Normal file
View File

@ -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

View File

@ -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

4
tldsec
View File

@ -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))