Skip to content

jackdoe/cacher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

$ git clone https://github.com/jackdoe/cacher
$ cd cacher && go build
$ ./cacher -h
Usage of ./cacher:
 -access="127.0.0.0/8,10.0.0.0/8": allow those networks, use 0.0.0.0/0 to allow everything
 -debug=false: enable/disable debug
 -expire_interval=300: delete expired entries every N seconds
 -listen="[::]:53": listen on (both tcp and udp)
 -max_cache_entries=2000000: max cache entries
 -proxy="8.8.8.8:53,8.8.4.4:53": we proxy requests to those servers
 -timeout=5: timeout

About

golang dns proxy + cache (for ttl interval)

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages