Skip to content

Commit

Permalink
feat: Filter nameservers (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jan 31, 2024
1 parent bc21209 commit ca26f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ html "Initializing network..."

if [[ "$DEBUG" == [Yy1]* ]]; then
info "Host: $HOST IP: $IP Gateway: $GATEWAY Interface: $VM_NET_DEV MAC: $VM_NET_MAC"
[ -f /etc/resolv.conf ] && cat /etc/resolv.conf | grep '^nameserver*'
[ -f /etc/resolv.conf ] && grep '^nameserver*' /etc/resolv.conf
echo
fi

Expand Down

0 comments on commit ca26f62

Please sign in to comment.