003 File Manager
Current Path:
/usr/src/contrib/unbound/contrib
usr
/
src
/
contrib
/
unbound
/
contrib
/
📁
..
📄
README
(3.49 KB)
📄
aaaa-filter-iterator.patch
(14.98 KB)
📁
android
📄
build-unbound-localzone-from-hosts.pl
(1.18 KB)
📄
create_unbound_ad_servers.cmd
(1.1 KB)
📄
create_unbound_ad_servers.sh
(1.02 KB)
📄
drop-tld.diff
(3.13 KB)
📄
drop2rpz
(1009 B)
📄
fastrpz.patch
(106.8 KB)
📁
ios
📄
libunbound.pc.in
(416 B)
📄
libunbound.so.conf
(2.03 KB)
📄
metrics.awk
(10.13 KB)
📄
parseunbound.pl
(5.58 KB)
📄
patch_rsamd5_enable.diff
(542 B)
📄
rc_d_unbound
(586 B)
📄
redirect-bogus.patch
(12.57 KB)
📁
selinux
📄
unbound-fuzzers.tar.bz2
(1.61 KB)
📄
unbound-fuzzme.patch
(6.43 KB)
📄
unbound-host.nagios.patch
(3.17 KB)
📄
unbound-querycachedb.py
(2.71 KB)
📄
unbound.init
(3.45 KB)
📄
unbound.init_fedora
(2.77 KB)
📄
unbound.plist
(926 B)
📄
unbound.service.in
(3.43 KB)
📄
unbound.socket.in
(142 B)
📄
unbound.spec
(3.79 KB)
📄
unbound.spec_fedora
(14.83 KB)
📄
unbound_cache.cmd
(2.56 KB)
📄
unbound_cache.sh
(3.38 KB)
📄
unbound_cacti.tar.gz
(71.5 KB)
📄
unbound_munin_
(17.57 KB)
📄
unbound_portable.service.in
(1.38 KB)
📄
unbound_smf23.tar.gz
(4.54 KB)
📄
update-anchor.sh
(4.25 KB)
📄
validation-reporter.sh
(2.27 KB)
📄
warmup.cmd
(2.47 KB)
📄
warmup.sh
(2.13 KB)
Editing: libunbound.so.conf
# See ltrace.conf(5) for description of syntax of this file. typedef ub_type = enum(TYPE_A=1,TYPE_NS=2,TYPE_SOA=6,TYPE_MX=15,TYPE_TXT=16,TYPE_AAAA=28,TYPE_DS=43,TYPE_DNSKEY=48,TYPE_TLSA=52,TYPE_ANY=255); typedef ub_class = enum(CLASS_IN=1,CLASS_CH=3,CLASS_NONE=254,CLASS_ANY=255); typedef ub_rcode = enum(RCODE_NOERROR,RCODE_FORMERR,RCODE_SERVFAIL,RCODE_NXDOMAIN,RCODE_NOTIMPL,RCODE_REFUSED,RCODE_YXDOMAIN,RCODE_YXRRSET,RCODE_NXRRSET,RCODE_NOTAUTH,RCODE_NOTZONE); typedef ub_havedata = enum(no_data, have_data); typedef ub_nxdomain = enum(name_exists, nxdomain); typedef ub_secure = enum(not_secure, secure); typedef ub_bogus = enum(not_bogus, bogus); typedef ub_result = struct(string, ub_type, ub_class, array(void*,zero)*, array(int,zero)*, string, ub_rcode, void*, int, ub_havedata, ub_nxdomain, ub_secure, ub_bogus, string, int); typedef ub_ctx = void; ub_ctx* ub_ctx_create(void); void ub_ctx_delete(ub_ctx*); int ub_ctx_set_option(ub_ctx*, string, string); int ub_ctx_get_option(ub_ctx*, string, +string*); int ub_ctx_config(ub_ctx*, string); int ub_ctx_set_fwd(ub_ctx*, string); int ub_ctx_set_tls(ub_ctx*, bool(int)); int ub_ctx_set_stub(ub_ctx*, string, string, bool(int)); int ub_ctx_resolvconf(ub_ctx*, string); int ub_ctx_hosts(ub_ctx*, string); int ub_ctx_add_ta(ub_ctx*, string); int ub_ctx_add_ta_file(ub_ctx*, string); int ub_ctx_add_ta_autr(ub_ctx*, string); int ub_ctx_trustedkeys(ub_ctx*, string); int ub_ctx_debugout(ub_ctx*, void*); int ub_ctx_debuglevel(ub_ctx*, int); int ub_ctx_async(ub_ctx*, bool(int)); int ub_poll(ub_ctx*); int ub_wait(ub_ctx*); int ub_fd(ub_ctx*); int ub_process(ub_ctx*); int ub_resolve(ub_ctx*, string, ub_type, ub_class, +ub_result**); int ub_resolve_async(ub_ctx*, string, ub_type, ub_class, void*, void*, +int*); int ub_cancel(ub_ctx*, int); void ub_resolve_free(ub_result*); string ub_strerror(int); int ub_ctx_print_local_zones(ub_ctx*); int ub_ctx_zone_add(ub_ctx*, string, string); int ub_ctx_zone_remove(ub_ctx*, string); int ub_ctx_data_add(ub_ctx*, string); int ub_ctx_data_remove(ub_ctx*, string); string ub_version(void);
Upload File
Create Folder