✏️ 正在编辑: resolvconf
路径:
/snap/core/17284/etc/network/if-down.d/resolvconf
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
#!/bin/sh # # ifdown hook script for resolvconf # # This file is part of the resolvconf package. # [ -x /sbin/resolvconf ] || exit 0 case "$ADDRFAM" in inet|inet6) : ;; *) exit 0 ;; esac /sbin/resolvconf -d "${IFACE}.${ADDRFAM}" || :
💾 保存文件
← 返回文件管理器