✏️ 正在编辑: routef
路径:
/usr/bin/routef
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
#! /bin/sh # SPDX-License-Identifier: GPL-2.0 if [ -z "$*" ] ; then exec ip -4 ro flush scope global type unicast else echo "Usage: routef" echo echo "This script will flush the IPv4 routing table" fi
💾 保存文件
← 返回文件管理器