From 80d5f2e8ccfc970e447bb6db35bef743b4e07c9d Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Wed, 13 Aug 2025 21:00:53 +0200 Subject: [PATCH] Add .env --- .env | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..07d5785 --- /dev/null +++ b/.env @@ -0,0 +1,23 @@ +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"] + } +}' \ No newline at end of file