Score:0

Unbound error - unbound.service: Start request repeated too quickly

cn flag
RGS

I am new using unbound.

I have a network 192.168.50.1 to 192.168.50.240. And I'd like to use DoH for non cache data.

my conf file:

# Unbound configuration file for Debian.
#
# See the unbound.conf(5) man page.
#
# See /usr/share/doc/unbound/examples/unbound.conf for a commented
# reference config file.
#
# The following line includes additional configuration files from the
# /etc/unbound/unbound.conf.d directory.
include: "/etc/unbound/unbound.conf.d/*.conf"

server:

    forward-zone:
        name: "."
        forward-addr: https://cloudflare-dns.com/dns-query

    directory: "/etc/unbound"

    username: unbound

    verbosity: 2

    interface: 0.0.0.0

    prefetch: yes

    access-control: 192.168.50.0/24 allow
    access-control: 127.0.0.1/24 allow

    hide-identity: yes
    hide-version: yes

    remote-control:
        control-enable: no

    control-interface: 127.0.0.1
    control-port: 8953

What is wrong in my conf file?

Thanks a lot!

Michael Hampton avatar
cz flag
Check the logs.
Score:1
in flag

directory should be under server, not under forward-zone (it does not matter if the lines are indented). Also, forward-addr should be an IP address, not a URL (I'm not sure if Unbound can act as a DoH client at all).

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.