mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-06-21 19:25:33 +08:00
Merge pull request '[AS64742] Fix DNS stuff and add a route object for the old IPv4 prefix' (#159) from chiantos-20200831/fixdnsandaddrouteobject into master
Reviewed-on: https://git.dn42.dev/dn42/registry/pulls/159 Reviewed-by: schema-checker <schema-checker@noreply.dn42.us>
This commit is contained in:
commit
f876d3af25
5 changed files with 10 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
domain: chiantos.dn42
|
||||
descr: Chiantos Main Domain
|
||||
nserver: haruhi.chiantos.dn42 172.23.147.225
|
||||
nserver: ns0.chiantos.dn42 172.23.147.53
|
||||
nserver: ns0.chiantos.dn42 fd8e:6470:7a23:1337::53
|
||||
admin-c: KANKAN-DN42
|
||||
tech-c: KANKAN-DN42
|
||||
mnt-by: KANKAN-MNT
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
inet6num: fd8e:6470:7a23:0000:0000:0000:0000:0000 - fd8e:6470:7a23:ffff:ffff:ffff:ffff:ffff
|
||||
cidr: fd8e:6470:7a23::/48
|
||||
netname: NET-CHIANTOS-DN42
|
||||
nserver: ns0.chiantos.dn42
|
||||
admin-c: KANKAN-DN42
|
||||
tech-c: KANKAN-DN42
|
||||
mnt-by: KANKAN-MNT
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
inetnum: 172.23.147.0 - 172.23.147.255
|
||||
netname: NET-CHIANTOS-DN42
|
||||
descr: Chiantos Main IP Block
|
||||
country: FR
|
||||
nserver: haruhi.chiantos.dn42
|
||||
nserver: ns0.chiantos.dn42
|
||||
admin-c: KANKAN-DN42
|
||||
tech-c: KANKAN-DN42
|
||||
mnt-by: KANKAN-MNT
|
||||
|
|
5
data/route/172.23.147.0_24
Normal file
5
data/route/172.23.147.0_24
Normal file
|
@ -0,0 +1,5 @@
|
|||
route: 172.23.147.0/24
|
||||
origin: AS64742
|
||||
mnt-by: KANKAN-MNT
|
||||
pingable: 172.23.147.1
|
||||
source: DN42
|
|
@ -3,6 +3,6 @@ origin: AS64742
|
|||
admin-c: KANKAN-DN42
|
||||
tech-c: KANKAN-DN42
|
||||
max-length: 48
|
||||
pingable: fd8e:6470:7a23::
|
||||
pingable: fd8e:6470:7a23:100::9
|
||||
mnt-by: KANKAN-MNT
|
||||
source: DN42
|
||||
|
|
Loading…
Add table
Reference in a new issue