Last active
December 21, 2015 06:29
-
-
Save defsprite/6264429 to your computer and use it in GitHub Desktop.
Create a totally fake mac address.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# create a fake mac address | |
(1..6).map { '%02X' % rand(256) }.join(":") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment