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

suffix unmanaged by icann: play.googleapis.com #544

Closed
dmachard opened this issue Jan 7, 2024 · 0 comments · Fixed by #640
Closed

suffix unmanaged by icann: play.googleapis.com #544

dmachard opened this issue Jan 7, 2024 · 0 comments · Fixed by #640

Comments

@dmachard
Copy link
Owner

dmachard commented Jan 7, 2024

Describe the bug

Unmanaged by icann error appears in logs, it should not

ERROR: 2024/01/07 09:00:56.408683 [tap] suffix unmanaged by icann: play.googleapis.com
ERROR: 2024/01/07 09:00:56.408758 [tap] suffix unmanaged by icann: play.googleapis.com

To Reproduce

Config used:

global:
  trace:
    verbose: true
    log-malformed: true

multiplexer:
  collectors:
    - name: tap
      powerdns:
        listen-ip: 0.0.0.0
        listen-port: 6000
        add-dns-payload: true
      transforms:
        normalize:
          qname-lowercase: false
          add-tld: true
        suspicious:
          enable: true

  loggers:
    - name: console
      stdout:
        mode: text
 
  routes:
    - from: [ tap ]
      to: [ console]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant