Skip to content

Commit 61ea164

Browse files
Bennie Joubertbarryo
authored andcommitted
Update IEEE OUI URL
1 parent 2050bc6 commit 61ea164

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Utils/OUI.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class OUI
3838
* Where to get the OUI list from
3939
* @var string Where to get the OUI list from
4040
*/
41-
public $file = 'http://standards.ieee.org/develop/regauth/oui/oui.txt';
41+
public $file = 'https://standards-oui.ieee.org/oui/oui.txt';
4242

4343
/**
4444
* Raw OUI data
@@ -109,4 +109,4 @@ public function processRawData( $data = false ): array
109109

110110
return $this->ouis;
111111
}
112-
}
112+
}

0 commit comments

Comments
 (0)