Update wireguard-install.sh

This commit is contained in:
tteckster 2022-03-18 14:13:02 -04:00 committed by GitHub
parent 51b2d151e0
commit 513f6de676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@ done
echo -e "${CM}${CL} \r"
echo -en "${GN} Network Connected: ${BL}$(hostname -I)${CL} "
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'
cat >$OPTIONS_PATH <<'EOF'
IPv4dev=eth0