Merge branch 'master' into master

This commit is contained in:
nnrnn.tk 2024-08-13 03:17:56 +00:00
commit 8e75cfbc0f
1458 changed files with 10995 additions and 845 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -eo pipefail
set -o pipefail
if [ $# -eq 0 ]
then
@ -11,8 +11,8 @@ BASE="$(readlink -f "$0" 2>/dev/null || python -c 'import os,sys;print(os.path.r
BASE="$(dirname "$BASE")"
cd "$BASE" || exit 1
git diff --name-only $1 | while IFS='/' read -ra LINE; do
git diff --name-only "$1" | while IFS='/' read -ra LINE; do
if [[ "${LINE[0]}" = "data" && -n "${LINE[2]}" ]]; then
utils/schema-check/dn42-schema.py -v policy ${LINE[1]} ${LINE[2]} $2
utils/schema-check/dn42-schema.py -v policy "${LINE[1]}" "${LINE[2]}" "$2"
fi
done

18
check-pol2 Executable file
View file

@ -0,0 +1,18 @@
#!/usr/bin/env bash
set -o pipefail
if [ $# -eq 0 ]
then
echo "Usage: $0 COMMIT YOUR-MNT"
exit
fi
BASE="$(readlink -f "$0" 2>/dev/null || python -c 'import os,sys;print(os.path.realpath(sys.argv[1]))' "$0")"
BASE="$(dirname "$BASE")"
cd "$BASE" || exit 1
git diff --name-only "$1" | while IFS='/' read -ra LINE; do
if [[ "${LINE[0]}" = "data" && -n "${LINE[2]}" ]]; then
utils/schema-check/dn42_schema_local.py -v policy "${LINE[1]}" "${LINE[2]}" "$2" "$1"
fi
done

View file

@ -2,18 +2,156 @@ as-set: AS-FREIFUNK
descr: Freifunk autonomous systems
remarks: Copied from http://wiki.freifunk.net/AS-Nummern
remarks: Copied from https://github.com/freifunk/icvpn-meta
remarks: below list can be generated by running `grep asn: * | grep -v "#" | sed 's/asn://' | awk '{print $2}' | sort -n | awk '{print "members: AS"$1}'` inside the "icvpn-meta" repo
members: AS44194
members: AS49009
members: AS64525
members: AS64769
members: AS64780
members: AS64856
members: AS64857
members: AS64858
members: AS64859
members: AS64860
members: AS64861
members: AS64862
members: AS64863
members: AS64864
members: AS64865
members: AS64866
members: AS64867
members: AS64868
members: AS64869
members: AS64870
members: AS64871
members: AS64872
members: AS64873
members: AS64874
members: AS64875
members: AS64876
members: AS64877
members: AS64878
members: AS64879
members: AS64880
members: AS64881
members: AS64882
members: AS64883
members: AS64884
members: AS64885
members: AS64886
members: AS64887
members: AS64888
members: AS64889
members: AS64890
members: AS64891
members: AS64892
members: AS64893
members: AS64894
members: AS64895
members: AS64896
members: AS64899
members: AS64900
members: AS64901
members: AS64902
members: AS64904
members: AS64930
members: AS64946
members: AS65000
members: AS65001
members: AS65002
members: AS65003
members: AS65019
members: AS65022
members: AS65023
members: AS65024
members: AS65026
members: AS65032
members: AS65034
members: AS65037
members: AS65038
members: AS65039
members: AS65041
members: AS65042
members: AS65043
members: AS65044
members: AS65045
members: AS65046
members: AS65048
members: AS65050
members: AS65051
members: AS65052
members: AS65052
members: AS65053
members: AS65112
members: AS65054
members: AS65055
members: AS65056
members: AS65057
members: AS65060
members: AS65064
members: AS65065
members: AS65066
members: AS65067
members: AS65077
members: AS65078
members: AS65079
members: AS65081
members: AS65083
members: AS65084
members: AS65099
members: AS65100
members: AS65110
members: AS65111
members: AS65115
members: AS65120
members: AS65125
members: AS65132
members: AS65134
members: AS65138
members: AS65142
members: AS65147
members: AS65152
members: AS65181
members: AS65187
members: AS65189
members: AS65190
members: AS65196
members: AS65200
members: AS65201
members: AS65205
members: AS65210
members: AS65242
members: AS65251
members: AS65252
members: AS65380
members: AS65397
members: AS65400
members: AS65401
members: AS65402
members: AS65403
members: AS65404
members: AS65405
members: AS65406
members: AS65407
members: AS65408
members: AS65409
members: AS65410
members: AS65411
members: AS65432
members: AS65433
members: AS65489
members: AS65501
members: AS65502
members: AS65511
members: AS65513
members: AS65526
members: AS65529
members: AS65520
members: AS65522
members: AS65523
members: AS65525
members: AS65527
members: AS65528
members: AS65533
members: AS201173
members: AS206514
members: AS4242420420
mnt-by: FREIFUNKDUMMY-MNT
source: DN42

View file

@ -222,9 +222,6 @@ remarks: ════════════════════
members: AS4242422843
remarks: MCBROWN
remarks: ══════════════════════════════
members: AS4242422942
remarks: Ytrizja Network
remarks: ══════════════════════════════
members: AS4242422980
remarks: YUUTAW
remarks: ══════════════════════════════

View file

@ -17,8 +17,6 @@ members: AS4242422227
remarks: WXMN-MNT
members: AS4242420101
remarks: HEXA-MNT
members: AS4242422942
remarks: YZITE-MNT
members: AS4242422428
remarks: NULLL-MNT
members: AS4242422237

6
data/aut-num/AS199310 Normal file
View file

@ -0,0 +1,6 @@
aut-num: AS199310
as-name: QF-Link
admin-c: QF-DN42
tech-c: QF-DN42
mnt-by: QF-MNT
source: RIPE

View file

@ -1,6 +0,0 @@
aut-num: AS212623
as-name: INPRTX-AS
admin-c: INPRTX-DN42
tech-c: INPRTX-DN42
mnt-by: INPRTX-MNT
source: RIPE

12
data/aut-num/AS215751 Normal file
View file

@ -0,0 +1,12 @@
aut-num: AS215751
as-name: AS-NETZR-DN42
admin-c: KOLO-DN42
tech-c: KOLO-DN42
mnt-by: KOLO-MNT
remarks: -------------------------------------------------
remarks: NETZR Network
remarks: https://as215751.peeringdb.com/
remarks: https://fedorov.net/as215715/
remarks: Peering in both clearnet and DN42
remarks: -------------------------------------------------
source: RIPE

6
data/aut-num/AS215887 Normal file
View file

@ -0,0 +1,6 @@
aut-num: AS215887
as-name: AS-BARAGOON-DN42
admin-c: BARAGOON-DN42
tech-c: BARAGOON-DN42
mnt-by: BARAGOON-MNT
source: RIPE

View file

@ -0,0 +1,7 @@
aut-num: AS4201270003
as-name: Stone Network
admin-c: STONE-FOX-NEONETWORK
tech-c: STONE-FOX-NEONETWORK
remarks: Imported from neonetwork, do not edit!
mnt-by: DN42-MNT
source: NEONETWORK

View file

@ -0,0 +1,7 @@
aut-num: AS4201270566
as-name: AS-CDUBS-NEO
admin-c: CDUBS-NEONETWORK
tech-c: CDUBS-NEONETWORK
remarks: Imported from neonetwork, do not edit!
mnt-by: DN42-MNT
source: NEONETWORK

View file

@ -1,8 +1,8 @@
aut-num: AS4242420129
as-name: PIVIPI-NET
descr: inferior.network
descr: formerly inferior.network
mnt-by: MINECON724-MNT
admin-c: MINECON724-DN42
tech-c: MINECON724-DN42
source: DN42
remarks: open peering, multiple locations: https://inferior.network
remarks: https://dn42.724.rocks

View file

@ -9,4 +9,5 @@ tech-c: SPQ-DN42
mnt-by: FEUERROT-MNT
mnt-by: SPQ-MNT
mnt-by: ND-MNT
mnt-by: MOHO-MNT
source: DN42

View file

@ -1,22 +1,14 @@
aut-num: AS4242420253
as-name: MOE233-AS
descr: MOE233-NET, peer with me at i@moe233.net
descr: MOE233-NET, see https://blog.moe233.net/dn42 to peer
remarks:
remarks: ------------------------------------------------
remarks: Open for peering!
remarks: Server:
remarks: - San Francisco, CA, US
remarks: - New York, NY, US
remarks: - Singapore
remarks: - Luxembourg
remarks:
remarks: AutoPeer is available
remarks: See https://blog.moe233.net/dn42 for details
remarks: Looking glass: https://dn42.moe233.net
remarks:
remarks: Feel free to contact me:
remarks: - Email: i@moe233.net
remarks: - Telegram: https://t.me/icedtangerine
remarks: - Email: creamlike1024@outlook.com
remarks: ------------------------------------------------
remarks:
admin-c: MOE233-DN42

View file

@ -0,0 +1,9 @@
aut-num: AS4242420293
org: ORG-WLMS
as-name: WLMS-AS
descr: Aldrich J. Xing AS
admin-c: WLMS-DN42
tech-c: WLMS-DN42
mnt-by: WLMS-MNT
source: DN42
remarks: maintained by wlms

View file

@ -0,0 +1,6 @@
aut-num: AS4242420295
as-name: AS-VERTICUBE-DN42
admin-c: VERTICUBE-DN42
tech-c: VERTICUBE-DN42
mnt-by: VERTICUBE-MNT
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242420298
as-name: HExpNetwork
descr: HExperimental Network
admin-c: H503MC-DN42
tech-c: H503MC-DN42
mnt-by: H503MC-MNT
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242420337
as-name: STEVIE-AS
descr: Stevie0427's AS Number in DN42 Net
admin-c: STEVIE-DN42
tech-c: STEVIE-DN42
mnt-by: STEVIE-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242420344
as-name: MYSHA-AS
admin-c: MYSHA-DN42
tech-c: MYSHA-DN42
mnt-by: MYSHA-MNT
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242420346
as-name: AS-STONE-DN42
admin-c: STONE-DN42
tech-c: STONE-DN42
mnt-by: STONE-MNT
org: ORG-CTRL-H
source: DN42

12
data/aut-num/AS4242420358 Normal file
View file

@ -0,0 +1,12 @@
aut-num: AS4242420358
as-name: KEMONOTELECOM
remarks: +--------------------------------+
remarks: | Open For Peering |
remarks: | Email: kemono.dn42@gmail.com |
remarks: | Telegram: @X10512 |
remarks: | WireGuard Only |
remarks: +--------------------------------+
admin-c: KEMONO42-DN42
tech-c: KEMONO42-DN42
mnt-by: KEMONO42-MNT
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242420387
as-name: ALICE23355607-AS
descr: by 233355607
admin-c: ALICE23355607-DN42
tech-c: ALICE23355607-DN42
mnt-by: ALICE23355607-MNT
source: DN42

View file

@ -0,0 +1,8 @@
aut-num: AS4242420392
as-name: AS-HACKCLUB-DN42
admin-c: DAVID-DN42
tech-c: DAVID-DN42
mnt-by: DAVID-MNT
mnt-by: 9PFS-MNT
source: DN42
org: ORG-HACKCLUB

View file

@ -0,0 +1,6 @@
aut-num: AS4242420433
as-name: LELAND-AS
admin-c: LELAND-DN42
tech-c: LELAND-DN42
mnt-by: LELAND-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242420437
as-name: AS-HALCYON-DN42
admin-c: HALCYON-DN42
tech-c: HALCYON-DN42
mnt-by: HALCYON-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242420457
as-name: AS-R4-DN42
admin-c: R4-DN42
tech-c: R4-DN42
mnt-by: R4-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242420464
as-name: AS-MIKEHU44-DN42
admin-c: MIKEHU44-DN42
tech-c: MIKEHU44-DN42
mnt-by: MIKEHU44-MNT
source: DN42

View file

@ -0,0 +1,8 @@
aut-num: AS4242420479
as-name: YANMO-AS
descr: Genshin
remarks: Impact
admin-c: YANMO-DN42
tech-c: YANMO-DN42
mnt-by: YANMO-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242420485
as-name: AS-KUSABIER-DN42
admin-c: KUSABIER-DN42
tech-c: KUSABIER-DN42
mnt-by: KUSABIER-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242420487
as-name: AS-0487-DN42
admin-c: BLUET-DN42
tech-c: BLUET-DN42
mnt-by: BLUET-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242420518
as-name: AS-JTM-DN42
admin-c: JTM-DN42
tech-c: JTM-DN42
mnt-by: JTM-MNT
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242420539
org: ORG-BUZZSTER
admin-c: KEVVO-DN42
tech-c: KEVVO-DN42
mnt-by: BUZZ-MNT
as-name: AS-BUZZSTER-DN42
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242420574
as-name: KABE-AS
descr: Peer with me at root@kabe.dev
admin-c: KASEI-DN42
tech-c: KASEI-DN42
mnt-by: KASEI-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242420575
as-name: AS-HAAIEN-DN42
admin-c: 497A-DN42
tech-c: 497A-DN42
mnt-by: 497A-MNT
source: DN42

View file

@ -0,0 +1,8 @@
aut-num: AS4242420581
as-name: 847-AS
descr: XUANYU- AS
remarks: XUANYU- AS
admin-c: XUANYU-DN42
tech-c: XUANYU-DN42
mnt-by: XUANYU-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242420624
as-name: AS-FTHASDD-DN42
admin-c: FTHASDD-DN42
tech-c: FTHASDD-DN42
mnt-by: FTHASDD-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242420625
as-name: ARCENOTAS-AS
admin-c: ARCENOTAS-DN42
tech-c: ARCENOTAS-DN42
mnt-by: ARCENOTAS-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242420631
as-name: MITT
admin-c: MITT-DN42
tech-c: MITT-DN42
mnt-by: MITT-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242420663
as-name: AS-CYBERTRASH-DN42
admin-c: PILZ-DN42
tech-c: PILZ-DN42
mnt-by: PILZ-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242420670
as-name: AS-X7AIRWORKER-DN42
admin-c: X7AIRWORKER-DN42
tech-c: X7AIRWORKER-DN42
mnt-by: X7AIRWORKER-MNT
source: DN42

View file

@ -0,0 +1,8 @@
aut-num: AS4242420694
as-name: MARSHALL-AS
descr: My persona non-comercial ASn nickname Marshall
admin-c: MARSHALL-DN42
tech-c: MARSHALL-DN42
remarks: Peer with me at hva666@gmail.com or tg name vkhlebnikov, WG,GRE,IPSec
mnt-by: MARSHALL-MNT
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242420709
as-name: BRYCE-AS
descr: BRYCE AS
admin-c: BRYCE-DN42
tech-c: BRYCE-DN42
mnt-by: BRYCE-MNT
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242420714
as-name: AS-ECHO-NET-DN42
admin-c: GROG-NOZZLE-DN42
tech-c: GROG-NOZZLE-DN42
mnt-by: GROG-NOZZLE-MNT
mnt-by: 497A-MNT
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242420758
as-name: QINDARKSTONE-AS
descr: Peer with me at qindarkstone@gmail.com
admin-c: QINDARKSTONE-DN42
tech-c: QINDARKSTONE-DN42
mnt-by: QINDARKSTONE-MNT
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242420762
as-name: SILVERHA-AS
descr: silver's Main network, open to peering.
admin-c: SILVERHA-DN42
tech-c: SILVERHA-DN42
mnt-by: SILVERHA-MNT
source: DN42

View file

@ -0,0 +1,8 @@
aut-num: AS4242420791
as-name: AS-ZQIN-DN42
descr: ZQIN Network
remarks: hello world
admin-c: ZQIN-DN42
tech-c: ZQIN-DN42
mnt-by: ZQIN-MNT
source: DN42

View file

@ -1,6 +1,6 @@
aut-num: AS4242420816
as-name: AS-CASSIOPEA-DN42
admin-c: OZNOELR-DN42
tech-c: OZNOELR-DN42
mnt-by: OZNOELR-MNT
as-name: RINNE-AS
admin-c: RINNE-DN42
tech-c: RINNE-DN42
mnt-by: RINNE-MNT
source: DN42

View file

@ -0,0 +1,8 @@
aut-num: AS4242420852
as-name: AS-SC-DN42
descr: sc Network DN42 ASN
org: ORG-SC-DN42
admin-c: SNOC1-DN42
tech-c: SNOC1-DN42
mnt-by: SC-DN42-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242420871
as-name: AS-CLAUDIA-DN42
admin-c: CLAUDIA-DN42
tech-c: CLAUDIA-DN42
mnt-by: CLAUDIA-MNT
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242420874
as-name: AS-TEMPORAERHAUS-DN42
admin-c: ORG-TPH-DN42
tech-c: ORG-TPH-DN42
mnt-by: TPH-MNT
org: ORG-TPH
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242420895
as-name: MAVERICK-AS
descr: MAVERICK Core Network
admin-c: MAVERICK-DN42
tech-c: MAVERICK-DN42
mnt-by: MAVERICK-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242420918
as-name: AS-NKTSHIN-NET-DN42
admin-c: NKTS-DN42
tech-c: NKTS-DN42
mnt-by: NKTSHIN-MNT
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242420971
as-name: PTRAUEJR
descr: AS for Paul's Network
admin-c: PTRAUEJR-DN42
tech-c: PTRAUEJR-DN42
mnt-by: PTRAUEJR-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242420986
as-name: AS-RANCHER-DN42
admin-c: RANCHER-DN42
tech-c: RANCHER-DN42
mnt-by: RANCHER-MNT
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242421026
as-name: SHIJIANG1130-AS-01
descr: SHIJIANG1130's AS
admin-c: SHIJIANG1130-DN42
tech-c: SHIJIANG1130-DN42
mnt-by: SHIJIANG1130-MNT
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242421046
as-name: CHUXUAN-AS
descr: Windy Network
admin-c: CHUXUAN-DN42
tech-c: CHUXUAN-DN42
mnt-by: CHUXUAN-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242421058
as-name: AS-ARIA-DN42
admin-c: ARIA-DN42
tech-c: ARIA-DN42
mnt-by: ARIA-MNT
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242421104
as-name: GPN-IX
remarks: Find famfo to request to join
mnt-by: C4TG1RL5-MNT
admin-c: C4TG1RL5-DN42
tech-c: C4TG1RL5-DN42
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242421132
as-name: AS-ANYVM-DN42
admin-c: 9PFS-DN42
tech-c: 9PFS-DN42
org: ORG-ANYVM
mnt-by: 9PFS-MNT
source: DN42

View file

@ -7,4 +7,5 @@ tech-c: FIREPUP650-DN42
org: ORG-AMC
mnt-by: FIREPUP650-MNT
mnt-by: 9PFS-MNT
mnt-by: DAVID-MNT
source: DN42

View file

@ -1,6 +1,6 @@
aut-num: AS4242421216
as-name: SIRAYUKI-AS
descr: scientificworld's autonomous system | peer with me at scientificworld@126.com
descr: scientificworld's autonomous system | peer with me at neko@koishi514.moe
admin-c: NYANCAT-DN42
tech-c: NYANCAT-DN42
mnt-by: MINAZUKI-MNT

View file

@ -0,0 +1,6 @@
aut-num: AS4242421241
as-name: RIKKA-AS
admin-c: RIKKA-DN42
tech-c: RIKKA-DN42
mnt-by: RIKKA-MNT
source: DN42

View file

@ -1,6 +1,6 @@
aut-num: AS4242421251
as-name: HopeNow-AS
descr: HopeNow-ASN,Peer with me at sharworange@hope-now.top
descr: HopeNow-ASN,Peer with me at kuliangcha@qq.com
org: ORG-HOPENOW
admin-c: SHARWORANGE-DN42
tech-c: SHARWORANGE-DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242421253
as-name: FENGXI-AS
descr: Peer with me at n@annc.cc
admin-c: FENGXI-DN42
tech-c: FENGXI-DN42
mnt-by: FENGXI-MNT
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242421261
as-name: 61KBNET-AS
descr: 61KBnet AS
admin-c: 61KBNET-DN42
tech-c: 61KBNET-DN42
mnt-by: 61KBNET-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242421282
as-name: AS-STEPNEM-DN42
admin-c: STEPNEM-DN42
tech-c: STEPNEM-DN42
mnt-by: STEPNEM-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242421363
as-name: FOG-AS
admin-c: JAKE-DN42
tech-c: JAKE-DN42
mnt-by: JAKE-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242421389
as-name: AS-ASEAG
mnt-by: NUMIFOX-MNT
admin-c: NUMIFOX-DN42
tech-c: NUMIFOX-DN42
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242421403
as-name: AS-ANTIBUILDING-DN42
admin-c: ZEBREUS-DN42
tech-c: ZEBREUS-DN42
mnt-by: ZEBREUS-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242421427
as-name: AS-Passingwang
admin-c: PASSINGWANG-DN42
tech-c: PASSINGWANG-DN42
mnt-by: PASSINGWANG-MNT
source: DN42

View file

@ -0,0 +1,8 @@
aut-num: AS4242421431
as-name: HOBIONE-DN42
descr: hobi.one AS
admin-c: GIONAG-DN42
tech-c: GIONAG-DN42
remarks: Peer with me at michele.branchini+dn42peer@gmail.com
mnt-by: GIONAG-MNT
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242421452
as-name: KEVINHORNER-AS
descr: KEVINHORNER's ASN.
admin-c: KEVINHORNER-DN42
tech-c: KEVINHORNER-DN42
mnt-by: KEVINHORNER-MNT
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242421454
as-name: ROMEYER-AS
descr: Peer with me at romeyer@loliloli.moe
admin-c: ROMEYER-DN42
tech-c: ROMEYER-DN42
mnt-by: ROMEYER-MNT
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242421476
as-name: 4c3-AS
descr: Marcel personal AS
admin-c: M4RC3L-DN42
tech-c: M4RC3L-DN42
mnt-by: M4RC3L-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242421522
as-name: MOECHS-AS
admin-c: MOECHS-DN42
tech-c: MOECHS-DN42
mnt-by: MOECHS-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242421585
as-name: AS-GALPHANET-DN42
admin-c: GALPHANET-DN42
tech-c: GALPHANET-DN42
mnt-by: GALPHANET-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242421612
as-name: AS-RAOULBROUNS-DN42
admin-c: RAOULBROUNS-DN42
tech-c: RAOULBROUNS-DN42
mnt-by: RAOULBROUNS-MNT
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242421650
as-name: AS-SHADE-DN42
admin-c: SHADE-DN42
tech-c: SHADE-DN42
mnt-by: SHADE-MNT
source: DN42
descr: Shade Main AS

View file

@ -0,0 +1,6 @@
aut-num: AS4242421667
as-name: AS4242421667
admin-c: G-DN42
tech-c: G-DN42
mnt-by: G-MNT
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242421686
as-name: CMCC-AS
descr: Peer with me at a20118189@gmail.com
admin-c: CMCC-DN42
tech-c: CMCC-DN42
mnt-by: CMCC-MNT
source: DN42

View file

@ -0,0 +1,8 @@
aut-num: AS4242421694
as-name: LUCAS-AS
descr: LUCAS network
admin-c: LUCAS-DN42
tech-c: LUCAS-DN42
remarks: LUCAS😎AS🤗🎈🚗🚓🚕🛺🚙🏍LUCAS🚀Ethan🛳Oliver🚢Alexander⛴AS🛰Benjamin🛸William🌍🏎🚅🚄🚝🚈🚲
mnt-by: LUCAS-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242421696
as-name: AS-ASHYBOXY-DN42
mnt-by: ASHYBOXY-MNT
admin-c: ASHYBOXY-DN42
tech-c: ASHYBOXY-DN42
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242421708
as-name: DSCP-DEV
admin-c: DSCP-DN42
tech-c: DSCP-DN42
mnt-by: DSCP-MNT
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242421769
as-name: PORYGON-AS
descr: PORYGON AS
admin-c: ILSHIDUR-DN42
tech-c: ILSHIDUR-DN42
mnt-by: ILSHIDUR-MNT
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242421774
as-name: CELLARDOOR-AS
descr: Cellardoor ASN
admin-c: CELLARDOOR-DN42
tech-c: CELLARDOOR-DN42
mnt-by: CELLARDOOR-MNT
source: DN42

11
data/aut-num/AS4242421781 Normal file
View file

@ -0,0 +1,11 @@
aut-num: AS4242421781
as-name: KARMAKRAFTS-AS
descr: Karma Krafts DN42 ASN
remarks: * Karma Krafts DN42 (AS4242421781)
remarks: * Administrated and managed by Cedric Hammes (cach30verfl0w@gmail.com)
remarks: * Website in dn42: karmakrafts.dn42
remarks: * Regular website: karmakrafts.dev
admin-c: CACH30VERFL0W-DN42
tech-c: CACH30VERFL0W-DN42
mnt-by: CACH30VERFL0W-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242421786
as-name: AS-STORMYANG-DN42
admin-c: STORMYANG-DN42
tech-c: STORMYANG-DN42
mnt-by: STORMYANG-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242421846
as-name: AS-NYAHAUS-DN42
admin-c: IFD3F-DN42
tech-c: IFD3F-DN42
mnt-by: IFD3F-MNT
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242421855
as-name: IMMIBIS
descr: immibis dn42
admin-c: IMMIBIS-DN42
tech-c: IMMIBIS-DN42
mnt-by: IMMIBIS-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242421859
as-name: AS-DAEMON-DN42
admin-c: DAEMON-DN42
tech-c: DAEMON-DN42
mnt-by: DAEMON-MNT
source: DN42

View file

@ -0,0 +1,8 @@
aut-num: AS4242421887
as-name: JUST1888-DN42-NETWORK
descr: This network is used for training and experimental purposes of Just Holding Group Co., Ltd.
admin-c: GEORGE-DN42
tech-c: GEORGE-DN42
mnt-by: WZWTT-MNT
org: ORG-JUST1888
source: DN42

View file

@ -1,11 +0,0 @@
aut-num: AS4242421889
as-name: YAIX
descr: Yet Another Internet Exchange
remarks: -------------------------------------
remarks: For more information,
remarks: Please visit: https://hackmd.io/s/SkmhJffu7
remarks: -------------------------------------
admin-c: IMLONGHAO-DN42
tech-c: IMLONGHAO-DN42
mnt-by: IMLONGHAO-MNT
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242421894
as-name: GLOAMING-AS
descr: Peer with me at 729007894@qq.com
admin-c: GLOAMING-DN42
tech-c: GLOAMING-DN42
mnt-by: GLOAMING-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242421947
as-name: AS-MARKBORR-DN42
admin-c: MARKBORR-DN42
tech-c: MARKBORR-DN42
mnt-by: MARKBORR-MNT
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242421956
as-name: AS-SUMERU
admin-c: NAHIDA-DN42
tech-c: NAHIDA-DN42
descr: Sumeru Internet eXchange
mnt-by: NAHIDA-MNT
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242422029
as-name: AS-XNET-DN42
descr: X NETWORK
admin-c: XNET-DN42
tech-c: XNET-DN42
mnt-by: XNET-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242422045
as-name: AS-TR-DN42
admin-c: TR-DN42
tech-c: TR-DN42
mnt-by: TR-MNT
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242422076
as-name: ETERNITY-AS
descr: Peer with me at a15131807278@163.com
admin-c: ETERNITY-DN42
tech-c: ETERNITY-DN42
mnt-by: ETERNITY-MNT
source: DN42

View file

@ -0,0 +1,7 @@
aut-num: AS4242422084
as-name: KUSUNOKI-AS
descr: Hakuu DN42 Network
admin-c: KUSUNOKI-DN42
tech-c: KUSUNOKI-DN42
mnt-by: KUSUNOKI-MNT
source: DN42

View file

@ -0,0 +1,6 @@
aut-num: AS4242422094
as-name: AS-JRAN-DN42
admin-c: JRAN-DN42
tech-c: JRAN-DN42
mnt-by: JRAN-MNT
source: DN42

Some files were not shown because too many files have changed in this diff Show more