Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - B0Ni

#1
OPNsense 26.1.11

I use endpoint "/api/unbound/settings/add_forward" and payload like this:
{
    "dot":  {
                "enabled":  "1",
                "type":  "dot",
                "domain":  "checkip.amazonaws.com",
                "server":  "77.88.8.8",
                "port":  "853",
                "verify":  "common.dot.dns.yandex.net",
                "forward_tcp_upstream":  "0",
                "forward_first":  "0"
            }
}
and always get new ordinary query forwarding rule, instead of DoT forwarding.

Is this how it should be, or am I doing something wrong?