HEX
Server: Apache/2.4.62 (Unix) OpenSSL/1.0.2k-fips
System: Linux vmi1074390.contaboserver.net 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: semillas (1358)
PHP: 7.4.20
Disabled: NONE
Upload Files
File: //sbin/routef
#! /bin/sh

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