From 0ac782d67ccc9f99711223e6a4610c1458429869 Mon Sep 17 00:00:00 2001 From: Barry O'Donovan Date: Thu, 3 Mar 2022 18:53:40 +0000 Subject: [PATCH] [IM] Modernise PeeringDB and IX-F links --- app/Http/Controllers/InfrastructureController.php | 4 ++-- config/ixp_api.php | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/Http/Controllers/InfrastructureController.php b/app/Http/Controllers/InfrastructureController.php index c2fc90122..87e78efdc 100644 --- a/app/Http/Controllers/InfrastructureController.php +++ b/app/Http/Controllers/InfrastructureController.php @@ -84,12 +84,12 @@ public function feInit(): void 'ixf_ix_id' => [ 'title' => 'IXF-ID', 'type' => self::$FE_COL_TYPES[ 'REPLACE' ], - 'subject' => '%%COL%%', + 'subject' => '%%COL%%', ], 'peeringdb_ix_id' => [ 'title' => 'PeeringDB ID', 'type' => self::$FE_COL_TYPES[ 'REPLACE' ], - 'subject' => '%%COL%%', + 'subject' => '%%COL%%', ], ], ]; diff --git a/config/ixp_api.php b/config/ixp_api.php index 6bc0ada90..5e3db45af 100644 --- a/config/ixp_api.php +++ b/config/ixp_api.php @@ -95,7 +95,7 @@ 'fac_api' => env( 'IXP_API_PEERING_DB_FAC_URL', "https://api.peeringdb.com/api/fac" ), 'ixp_api' => env( 'IXP_API_PEERING_DB_IXP_URL', "https://api.peeringdb.com/api/ix" ), - + 'ixp_www' => env( 'IXP_WWW_PEERING_DB_IXP_URL', "https://www.peeringdb.com/ix" ), ], /* @@ -106,6 +106,7 @@ */ 'IXPDB' => [ 'ixp_api' => env( 'IXP_API_IXPDB_IXP_URL', "https://api.ixpdb.net/v1/provider/list" ), + 'ixp_www' => env( 'IXP_WWW_IXPDB_IXP_URL', "https://ixpdb.euro-ix.net/en/ixpdb/ixp" ), ], /*