Updated mirrors and LICENSE
This commit is contained in:
parent
32af9d3bcd
commit
4ee5212666
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
ISC License
|
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
|
Permission to use, copy, modify, and/or distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
@ -56,13 +56,9 @@ Next domain: *.nic.auto.
|
|||||||
Next domain: _c311ff38bcd400b0adf7fa2b71732858.nic.auto.
|
Next domain: _c311ff38bcd400b0adf7fa2b71732858.nic.auto.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## References
|
## References
|
||||||
- https://www.rfc-editor.org/rfc/rfc5155.html
|
- https://www.rfc-editor.org/rfc/rfc5155.html
|
||||||
|
|
||||||
___
|
___
|
||||||
|
|
||||||
###### Mirrors
|
###### 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)
|
||||||
[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)
|
|
||||||
|
|
||||||
|
|
||||||
|
51
nsec.txt
Normal file
51
nsec.txt
Normal 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
|
@ -1307,3 +1307,7 @@ zip:1 0 1 022541E0AB3EFD1F
|
|||||||
zm:1 0 10 667B2FD9
|
zm:1 0 10 667B2FD9
|
||||||
zone:1 0 10 332539EE7F95C32A
|
zone:1 0 10 332539EE7F95C32A
|
||||||
zuerich:1 0 0 -
|
zuerich:1 0 0 -
|
||||||
|
aaa:1 0 0 -
|
||||||
|
aarp:1 0 0 -
|
||||||
|
abb:1 0 100 332539EE7F95C32A
|
||||||
|
abbott:1 0 100 332539EE7F95C32A
|
||||||
|
4
tldsec
4
tldsec
@ -40,10 +40,6 @@ nodnssec_total=0
|
|||||||
|
|
||||||
# Read through each TLD in the list
|
# Read through each TLD in the list
|
||||||
echo "$tld_list" | while read -r tld; do
|
echo "$tld_list" | while read -r tld; do
|
||||||
# Skip comments and empty lines
|
|
||||||
case "$tld" in
|
|
||||||
\#*|"") continue;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
# Increase TLD count
|
# Increase TLD count
|
||||||
current_tld=$((current_tld + 1))
|
current_tld=$((current_tld + 1))
|
||||||
|
Loading…
Reference in New Issue
Block a user