mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
3 lines
93 B
Bash
3 lines
93 B
Bash
#!/bin/sh
|
|
awk '/^nameserver/ { print $2 }' /var/resolv.conf.d/resolv.conf.auto | sort | uniq
|