░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/etc/ppp/ip-down.d
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: 0000usepeerdns
#!/bin/sh -e # exit if the resolvconf package is installed [ -x /sbin/resolvconf ] && exit 0 # exit if systemd-resolved is running [ -e /run/systemd/system ] && \ systemctl is-active --quiet systemd-resolved.service && exit 0 # follow any symlink to find the real file if [ -e /etc/resolv.conf ]; then REALRESOLVCONF=$(readlink --canonicalize /etc/resolv.conf) else REALRESOLVCONF=/etc/resolv.conf fi # if an old resolv.conf file exists, restore it if [ -e $REALRESOLVCONF.pppd-backup.$PPP_IFACE ]; then mv -f $REALRESOLVCONF.pppd-backup.$PPP_IFACE $REALRESOLVCONF # restart nscd because resolv.conf has changed if [ -e /var/run/nscd.pid ]; then /etc/init.d/nscd restart || true fi fi exit 0
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 0000usepeerdns
?
718 B
2022-02-23 15:12
EDIT
📄 bind9
?
289 B
2019-09-30 18:39
EDIT
📄 sendmail
?
1.1 KB
2018-01-13 22:43
EDIT