diff --git a/tools/showdns b/tools/showdns new file mode 100755 index 00000000..ab50592d --- /dev/null +++ b/tools/showdns @@ -0,0 +1,3 @@ +#!/bin//sh +nmcli device show | grep DNS | cut -d']' -f2 | tr -d ' ' | cut -c2- +