wahern / dns

dns.c: Single file non-blocking DNS C library without callbacks or external dependencies.
http://25thandclement.com/~william/projects/dns.c.html
MIT License
256 stars 64 forks source link

How to use Cache implementation in dns.c #30

Open ranjan23rakesh opened 5 years ago

ranjan23rakesh commented 5 years ago

1.) Do we need to include zone.c, cache.c for cache implementation? 2.) Is there any example, which explains the usage of command line arguments like "-z" (path to zone cache) etc. when using dns.c with cache implementation?