3 lines
100 B
Bash
3 lines
100 B
Bash
#!/bin/sh
|
|
/usr/local/sbin/unbound-control -c /var/unbound/unbound.conf $* | grep -vE 'thread[0-9]+'
|