Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add handler chains #3039

Merged
merged 5 commits into from
Dec 12, 2024
Merged

Add handler chains #3039

merged 5 commits into from
Dec 12, 2024

Conversation

lixmal
Copy link
Contributor

@lixmal lixmal commented Dec 12, 2024

Describe your changes

Issue ticket number and link

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

@lixmal lixmal force-pushed the dns-interceptor-handler-chain branch from b70845f to 2ff4d54 Compare December 12, 2024 16:36
@lixmal lixmal force-pushed the dns-interceptor-handler-chain branch from 2ff4d54 to a671ba0 Compare December 12, 2024 16:38
@@ -18,6 +20,7 @@ type DNSForwarder struct {
}

func NewDNSForwarder(listenAddress string, ttl uint32, domains []string) *DNSForwarder {
log.Debugf("creating DNS forwarder with listen address: %s, ttl: %d, domains: %v", listenAddress, ttl, domains)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is duplicated, we print the same info in manager.

@lixmal lixmal merged commit 5fee069 into dns-interceptor Dec 12, 2024
18 of 25 checks passed
@lixmal lixmal deleted the dns-interceptor-handler-chain branch December 12, 2024 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants