LookingGlas/.env
2025-08-13 21:00:53 +02:00

23 lines
No EOL
824 B
Bash

BGP_API_URL=http://something/bgp-route/lookup
CLIENT_IPV4_API_URL=https://ip-v4.pixelhosting.nl/ip-api.php
CLIENT_IPV6_API_URL=https://ip-v6.pixelhosting.nl/ip-api.php
BGP_VIS_ROUTER_NAME=router1.dtc.pixelhosting.nl
BGP_COMMUNITIES_TRANSIT=
BGP_COMMUNITIES_IX=
BGP_COMMUNITIES_CUSTOMER=
LOCATIONS='{
"Doetinchem": {
"ipv4": "83.142.31.2",
"ipv6": "2a0a:6044:a800::2",
"facility": "InterDC",
"peeringdb_url": "https://www.peeringdb.com/fac/245",
"iperf_in": "iperf3 -c tools.pixelhosting.nl -p 5201 -P 4",
"iperf_out": "iperf3 -c tools.pixelhosting.nl -p 5201 -P 4 -R",
"speedtest_url_base": "https://speedtest.as215085.net/speedtest-files/",
"speedtest_files": ["10mb.bin", "100mb.bin", "1000mb.bin", "2000mb.bin", "5000mb.bin", "10000mb.bin"]
}
}'