Sfoglia il codice sorgente

Update wireguard-install.sh

tteckster 3 anni fa
parent
commit
513f6de676
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      setup/wireguard-install.sh

+ 4 - 0
setup/wireguard-install.sh

@@ -48,6 +48,10 @@ done
 echo -e "${CM}${CL} \r"
 echo -e "${CM}${CL} \r"
 echo -en "${GN} Network Connected: ${BL}$(hostname -I)${CL} "
 echo -en "${GN} Network Connected: ${BL}$(hostname -I)${CL} "
 echo -e "${CM}${CL} \r"
 echo -e "${CM}${CL} \r"
+MAC=$(cat /sys/class/net/$(ip route show default | awk '/default/ {print $5}')/address)
+echo -en "${GN} MAC Address: ${BL}${MAC}${CL} "
+echo -e "${CM}${CL} \r"
+
 OPTIONS_PATH='/options.conf'
 OPTIONS_PATH='/options.conf'
 cat >$OPTIONS_PATH <<'EOF'
 cat >$OPTIONS_PATH <<'EOF'
 IPv4dev=eth0
 IPv4dev=eth0