░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/usr/src/linux-azure-6.17-headers-6.17.0-1021/tools/hv
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: hv_get_dns_info.sh
#!/bin/sh # This example script parses /etc/resolv.conf to retrive DNS information. # In the interest of keeping the KVP daemon code free of distro specific # information; the kvp daemon code invokes this external script to gather # DNS information. # This script is expected to print the nameserver values to stdout. # Each Distro is expected to implement this script in a distro specific # fashion. For instance on Distros that ship with Network Manager enabled, # this script can be based on the Network Manager APIs for retrieving DNS # entries. exec awk '/^nameserver/ { print $2 }' /etc/resolv.conf 2>/dev/null
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 hv_get_dhcp_info.sh
SH
931 B
2025-09-28 21:39
EDIT
📄 hv_get_dns_info.sh
SH
619 B
2025-09-28 21:39
EDIT
📄 hv_set_ifconfig.sh
SH
2.4 KB
2025-09-28 21:39
EDIT
📄 Makefile
?
2.1 KB
2025-09-28 21:39
EDIT