55 lines
2.7 KiB
Plaintext
55 lines
2.7 KiB
Plaintext
{
|
|
'RU': [
|
|
# параметры конфигурации должны быть в самом верху списка
|
|
{
|
|
'ipv4': True, # не обязательный аргумент, по умолчанию True (24)
|
|
'ipv6': True, # не обязательный аргумент, по умолчанию False (64)
|
|
'compress': False, # не обязательный аргумент, по умолчанию True
|
|
'community': '65432:LOCATION,65432:200' # не обязательный аргумент, по умолчанию пусто
|
|
},
|
|
# Большая часть RU сегмента
|
|
{ 'url': ['https://stat.ripe.net/data/country-resource-list/data.json?resource=RU'] },
|
|
{ 'url': ['https://ipv4.fetus.jp/ru.txt'] },
|
|
{ 'url': ['https://github.com/ipverse/rir-ip/blob/master/country/ru/aggregated.json'] },
|
|
# HLL LLC
|
|
{ 'url': ['https://bgp.he.net/AS51115#_prefixes', 'https://ipinfo.io/widget/demo/AS51115?dataset=asn', 'https://api.hackertarget.com/aslookup/?q=AS51115'] },
|
|
# STATIC
|
|
{ 'static4': '188.130.255.0/24' },
|
|
],
|
|
'CHINA': [
|
|
{
|
|
# пример без community
|
|
'ipv4': True,
|
|
'ipv6': False,
|
|
'compress': True,
|
|
#'community': '65432:LOCATION,65432:201'
|
|
},
|
|
# Большая часть CH сегмента
|
|
{ 'url': ['https://stat.ripe.net/data/country-resource-list/data.json?resource=CN'] },
|
|
{ 'url': ['https://ipv4.fetus.jp/cn.txt'] },
|
|
{ 'url': ['https://github.com/ipverse/rir-ip/blob/master/country/cn/aggregated.json'] },
|
|
],
|
|
'JAPAN': [
|
|
{
|
|
'ipv6': True,
|
|
'community': '65432:LOCATION,65432:202',
|
|
},
|
|
# Большая часть KR сегмента
|
|
{ 'url': ['https://stat.ripe.net/data/country-resource-list/data.json?resource=JP'] },
|
|
{ 'url': ['https://ipv4.fetus.jp/jp.txt'] },
|
|
{ 'url': ['https://github.com/ipverse/rir-ip/blob/master/country/jp/aggregated.json'] },
|
|
],
|
|
'KOREA': [
|
|
{
|
|
'ipv6': True,
|
|
'community': '65432:LOCATION,65432:203'
|
|
},
|
|
# Большая часть KR сегмента
|
|
{ 'url': ['https://stat.ripe.net/data/country-resource-list/data.json?resource=KR'] },
|
|
{ 'url': ['https://ipv4.fetus.jp/kr.txt'] },
|
|
{ 'url': ['https://github.com/ipverse/rir-ip/blob/master/country/kr/aggregated.json'] },
|
|
# LG DACOM Corporation
|
|
{ 'url': ['https://bgp.he.net/AS3786#_prefixes', 'https://ipinfo.io/widget/demo/AS3786?dataset=asn', 'https://api.hackertarget.com/aslookup/?q=AS3786'] },
|
|
],
|
|
}
|