We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2050bc6 commit 61ea164Copy full SHA for 61ea164
app/Utils/OUI.php
@@ -38,7 +38,7 @@ class OUI
38
* Where to get the OUI list from
39
* @var string Where to get the OUI list from
40
*/
41
- public $file = 'http://standards.ieee.org/develop/regauth/oui/oui.txt';
+ public $file = 'https://standards-oui.ieee.org/oui/oui.txt';
42
43
/**
44
* Raw OUI data
@@ -109,4 +109,4 @@ public function processRawData( $data = false ): array
109
110
return $this->ouis;
111
}
112
-}
+}
0 commit comments