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: create_unbound_ad_servers.cmd
@Echo off rem Convert the Yoyo.org anti-ad server listing rem into an unbound dns spoof redirection list. rem Written by Y.Voinov (c) 2014 rem Note: Wget required! rem Variables set prefix="C:\Program Files (x86)" set dst_dir=%prefix%\Unbound set work_dir=%TEMP% set list_addr="http://pgl.yoyo.org/adservers/serverlist.php?hostformat=nohtml&showintro=1&startdate%5Bday%5D=&startdate%5Bmonth%5D=&startdate%5Byear%5D=" rem Check Wget installed for /f "delims=" %%a in ('where wget') do @set wget=%%a if /I "%wget%"=="" echo Wget not found. If installed, add path to PATH environment variable. & exit 1 echo Wget found: %wget% "%wget%" -O %work_dir%\yoyo_ad_servers %list_addr% del /Q /F /S %dst_dir%\unbound_ad_servers for /F "eol=; tokens=*" %%a in (%work_dir%\yoyo_ad_servers) do ( echo local-zone: %%a redirect>>%dst_dir%\unbound_ad_servers echo local-data: "%%a A 127.0.0.1">>%dst_dir%\unbound_ad_servers ) echo Done. rem then add an include line to your unbound.conf pointing to the full path of rem the unbound_ad_servers file: rem rem include: $dst_dir/unbound_ad_servers rem
Upload File
Create Folder