We’re launching free support for BYOD Android devices and looking for early feedback. Interested?
Line-parsed /etc/hosts
To learn more about queries, check this guide.
SELECT * FROM etc_hosts WHERE address not in ('127.0.0.1', '::1');
echo "address hostname aliases"; grep -vE '^[[:space:]]*#' /etc/hosts | awk '$1!="127.0.0.1" && $1!="::1" && NF'
PowerShell commands are currently work in progress, contributions welcome.
Bash commands for macOS are currently work in progress, contributions welcome.