Skip to content

v0.0.1-beta1

Pre-release
Pre-release

Choose a tag to compare

@benjivesterby benjivesterby released this 30 Oct 01:08
· 87 commits to main since this release

Changelog

  • 62d35ec Add drone CI/CD Pipeline
  • 9d19898 Add support for goreleaser
  • 54a5919 Added a minor test data fix
  • c82038c Added config and env support
  • 4eab0bd Added more validation tests
  • 0698565 Added support for file extensions to directory loading
  • 1dbee83 Added sync once to ensure cache store only happens once per request
  • effb968 Adding a couple more tests for the regex
  • f1446ea Adding base README and actions
  • 0bc7cff Adding cache implementation to the main
  • a9790aa Adding cache support and setting up log directory
  • 45b06b1 Adding custom error for the service
  • 3fbee2a Adding event logging for local, block and allow
  • 7f9a48e Adding flag support for ports and upstream
  • aa55a9c Adding go generate for test data
  • 2372d77 Adding handlers for allow split and block
  • af062d7 Adding in initial peer information
  • dce10cc Adding initial testing for local resolver
  • 28f4c21 Adding license for OSS
  • 0ad5f37 Adding regex matching into the local resolver
  • e131887 Adding regex support
  • d2cc7c1 Adding regex test cases
  • ab2bd70 Adding request type
  • d9a3af8 Adding small benchmark for regex testing
  • 19332fc Adding support for local and remote sources
  • e8ad5ee Adding support for round trip metrics
  • 38f2ab6 Adding support for server shutdown
  • c581667 Adding verbose flag
  • 42ea912 Adjustments to connection management
  • 730838e Bump github.com/spf13/cobra from 1.5.0 to 1.6.1
  • 392faaa Combined the resolvers in main
  • 93e6767 Correcting some incorrect validation
  • 1cc6fbf Fix links in README
  • 4f71d31 Fixed a couple issues in wildcard
  • b46f0cb Fixed issue in block resolver
  • d50be5f Fixed issue with context
  • 2bbe858 Fixed issue with passing connection info to dns library
  • 27392c9 Fixed minor caching issue for blocked domains
  • 91cfa02 Fixed minor issue in the extract method
  • 3ca740a Fixed pointer issue on upstream dns
  • c329f03 Fixed the wildcard implementation and removed CNAME from local
  • 29d2c4a Fixing cache event log
  • f0696bf Fixing linter config
  • 81a72ff Fixing some of the hostfile reading
  • e91ed0e Fixing some release stuff
  • 874e92b Initial commit
  • 941fb1e Lint fixes and release work
  • 9ab2398 Merge pull request #6 from devnw/dependabot/go_modules/github.com/spf13/cobra-1.6.1
  • 0114274 Most Recent Changes
  • d981bf0 Moving match code to matcher for reuse
  • 56da41a Refining the linting config
  • fc1ef70 Removed dependency on timeout
  • 901eb0c Removing some prints
  • b309c77 Setting up slack integration
  • 196118c Updated record to remove dns type
  • 7386989 Updated record to use pattern instead of domain
  • 191d286 Updates
  • 01e17a4 Updating CI
  • fad605c Updating actions
  • 351cbe3 Updating regex matcher to use record directly
  • 49ec286 Working on adding config support and defining records
  • 6584ed2 Working on adding specific types to the entries
  • 7384cc6 Working on confg docs
  • 3b8b579 Working on connection issues upstream
  • f97c1a7 Working on extracting code into more appropriate sections
  • e0df4e0 Working on extracting code into more appropriate sections
  • ea9bbf3 Working on host file parsing
  • bf35167 Working on local config loading
  • 102a5fc Working on moving the request response system to a pipeline model
  • c64c630 Working on publishers and errors
  • f50abfe Working on setting up better file handling
  • b7bfc03 Working on setting up file reads
  • 7143cbd Working on setting up the file import
  • 6b85f3d Working on upstream dns setup
  • 36d7315 Working on upstream queries
  • b83131b adding initial wildcard support
  • acae06c fixed minor issues between local and cached responses
  • adddac7 initial set of handlers for local, cached, allow and deny
  • 3167441 moving initialization code elsewhere
  • f45b841 removed reconnect from UDP sessions
  • 049ad1a removing accidental dir
  • ae7327a removing printlns and tidying mod file
  • a1c9b43 updating hooks
  • 78149a3 updating to use the record type
  • cd46e2e wip
  • 32230a4 working on properly caching responses and printing requests
  • 92710d7 working on properly parsing the proto/ip/etc...
  • 8bae64e working on testing for host file and fixing bugs