Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

The plugin unbound in CoreDNS does not support forward-zone option? #16

@dwbxm

Description

@dwbxm

Hi, I have a need, let unbound plugin forward to the upstream DNS server. For example,

. {
unbound {
#option forward-zone [name:.,forward-addr:8.8.8.8]
#option forward-zone "8.8.8.8"
option forward-addr "8.8.8.8"
#option forward-zone www.baidu.com
}
cache 300
#reload 6s
log
errors
}

CoreDNS'log echo :
plugin/unbound: failed to set option "forward-addr:" with value "8.8.8.8": syntax error

Does not the plugin unbound support the option forward-zone?

Thanks
dwbxm

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions