Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
include /
linux /
netfilter_ipv4 /
Delete
Unzip
Name
Size
Permission
Date
Action
ip_tables.h
6.52
KB
-rw-r--r--
2025-03-06 06:21
ipt_CLUSTERIP.h
821
B
-rw-r--r--
2025-03-06 06:21
ipt_ECN.h
901
B
-rw-r--r--
2025-03-06 06:21
ipt_LOG.h
654
B
-rw-r--r--
2025-03-06 06:21
ipt_REJECT.h
468
B
-rw-r--r--
2025-03-06 06:21
ipt_TTL.h
375
B
-rw-r--r--
2025-03-06 06:21
ipt_ah.h
425
B
-rw-r--r--
2025-03-06 06:21
ipt_ecn.h
431
B
-rw-r--r--
2025-03-06 06:21
ipt_ttl.h
431
B
-rw-r--r--
2025-03-06 06:21
Save
Rename
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* IP tables module for matching the value of the TTL * (C) 2000 by Harald Welte <laforge@gnumonks.org> */ #ifndef _IPT_TTL_H #define _IPT_TTL_H #include <linux/types.h> enum { IPT_TTL_EQ = 0, /* equals */ IPT_TTL_NE, /* not equals */ IPT_TTL_LT, /* less than */ IPT_TTL_GT, /* greater than */ }; struct ipt_ttl_info { __u8 mode; __u8 ttl; }; #endif