Linux tr1.turkishost.com 5.14.0-570.52.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 15 06:39:08 EDT 2025 x86_64
LiteSpeed
Server IP : 194.146.50.96 & Your IP : 216.73.216.218
Domains :
Cant Read [ /etc/named.conf ]
User : lakemima
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
include /
bind9 /
ns /
Delete
Unzip
Name
Size
Permission
Date
Action
client.h
16.27
KB
-rw-r--r--
2021-11-05 12:03
hooks.h
14.17
KB
-rw-r--r--
2021-11-05 12:03
interfacemgr.h
5.39
KB
-rw-r--r--
2021-11-05 12:03
lib.h
767
B
-rw-r--r--
2021-11-05 12:03
listenlist.h
1.94
KB
-rw-r--r--
2021-11-05 12:03
log.h
2.13
KB
-rw-r--r--
2021-11-05 12:03
notify.h
1
KB
-rw-r--r--
2021-11-05 12:03
query.h
6.5
KB
-rw-r--r--
2026-04-15 08:37
server.h
4.77
KB
-rw-r--r--
2026-04-15 08:37
sortlist.h
2.36
KB
-rw-r--r--
2021-11-05 12:03
stats.h
3.42
KB
-rw-r--r--
2026-04-15 08:37
types.h
1.04
KB
-rw-r--r--
2021-11-05 12:03
update.h
760
B
-rw-r--r--
2021-11-05 12:03
version.h
504
B
-rw-r--r--
2021-11-05 12:03
xfrout.h
651
B
-rw-r--r--
2021-11-05 12:03
Save
Rename
/* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. */ #pragma once /*! \file include/ns/lib.h */ #include <isc/lang.h> #include <isc/types.h> ISC_LANG_BEGINDECLS LIBNS_EXTERNAL_DATA extern unsigned int ns_pps; isc_result_t ns_lib_init(void); /*%< * A set of initialization procedures used in the NS library. */ void ns_lib_shutdown(void); /*%< * Free temporary resources allocated in ns_lib_init(). */ ISC_LANG_ENDDECLS