1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-05-08 21:51:46 +08:00

Merge pull request #251 from ne-vlezay80/patch-1

Register nevlezay.neo and create reverse dns from 10.127.192.0/24
This commit is contained in:
JerryXiao 2023-02-14 20:34:39 +08:00 committed by GitHub
commit b582152d25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -121,3 +121,6 @@ $TTL 3600
149 IN DS 20940 15 2 75AA55617D952424CD65DEDE64F500F4B40B80AE48E7BC21E0E98CEDCA040CCE
37 IN NS ns.syc.neo.
192 IN NS ns1.nevlezay.neo.
192 IN NS ns2.nevlezay.neo.

View file

@ -201,3 +201,8 @@ bandura IN DS 30344 15 2 92716A3A5226CDE664828B1346D3
syc IN NS ns.syc
ns.syc IN A 10.127.37.1
ns.syc IN AAAA fd10:127:37::1
nevlezay IN NS ns1.nevlezay
nevlezay IN NS ns2.nevlezay
ns1.nevlezay IN A 10.127.192.0
ns2.nevlezay IN A 10.127.192.1