Skip to content

Commit 57cc5fb

Browse files
authored
Merge pull request #7 from BornToBeRoot/fix/oui
Use ieee.org instead of linuxnet.ca
2 parents 6ad608c + 17fba57 commit 57cc5fb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Scripts/Create-OUIListFromWeb.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#$LatestOUI = Get-Content -Path "$PSScriptRoot\oui_from_web.txt"
2-
$LatestOUIs = (Invoke-WebRequest -Uri "http://linuxnet.ca/ieee/oui.txt").Content
2+
$LatestOUIs = (Invoke-WebRequest -Uri "https://standards-oui.ieee.org/oui/oui.txt").Content
33

44
$Output = ""
55

Scripts/Resources/oui.txt

-392 KB
Binary file not shown.

0 commit comments

Comments
 (0)