feat: Generate unique MAC address (#611)

This commit is contained in:
Kroese
2024-01-30 04:46:44 +01:00
committed by GitHub
parent 72141bab7a
commit 3c31bc91e4
4 changed files with 36 additions and 12 deletions

View File

@@ -35,6 +35,7 @@ TEMPLATE="/var/www/index.html"
FOOTER1="$APP for Docker v$(</run/version)"
FOOTER2="<a href='$SUPPORT'>$SUPPORT</a>"
HOST=$(hostname -s)
KERNEL=$(uname -r | cut -b 1)
MINOR=$(uname -r | cut -d '.' -f2)
ARCH=$(dpkg --print-architecture)