summaryrefslogtreecommitdiffstats
path: root/ci/respdiff/start-resolvers.sh
blob: 1a63de446fcf121c7d7d14c93857cdd57a7db054 (plain)
1
2
3
4
5
6
7
8
9
10
11
#run unbound
service unbound start && service unbound status;
# dig @localhost -p 53535

#run bind
service bind9 start && service bind9 status;
# dig @localhost -p 53533

#run kresd
LD_LIBRARY_PATH=$PREFIX/lib $PREFIX/sbin/kresd -f 1 -q -c $(pwd)/ci/respdiff/kresd.config &>kresd.log &
# dig @localhost -p 5353