Skip to content
New issue

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

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

Already on GitHub? # to your account

[Bug]: The fix to make coredns not bind to public ip seems not to be working. #3011

Open
1 task done
cocoonkid opened this issue Jul 23, 2024 · 0 comments
Open
1 task done
Assignees
Labels
bug Something isn't working

Comments

@cocoonkid
Copy link

Contact Details

No response

What happened?

With #2787 corends should no longer bind to a public address but it still does.

when I delete the mounted Corefile and restart the netmaker container it will recreate it correctly:

. {
    reload 15s
    hosts /root/dnsconfig/netmaker.hosts {
    fallthrough
    }
    forward . 8.8.8.8 8.8.4.4
    log
}

but the bind %s is missing.

But according to fix it should appear.

Version

v0.24.3

What OS are you using?

Linux

Relevant log output

No response

Contributing guidelines

  • Yes, I did.
@cocoonkid cocoonkid added the bug Something isn't working label Jul 23, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants