Skip to content

Commit 17fba57

Browse files
committed
Use ieee.org instead of linuxnet.ca
1 parent 6ad608c commit 17fba57

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)