Sample Header Ad - 728x90

Unbound dns over tls

0 votes
1 answer
208 views
I have unbound installed and it works just fine (debian testing).\ I also have a domain at duckdns.org. \ \ I would like to set DoT on my Android phone as xxxxx.duckdns.org, so i can make all requests go through my server.\ What am i suposed to do/install/whatever, to make it work?\ Or is this not possible this way?\ \ \ /etc/unbound/unbound.conf.d/myconfig.conf
server:

  interface: 0.0.0.0
  interface: ::0

  prefetch: yes
  do-not-query-localhost: no

  access-control: 0.0.0.0/0 allow
/etc/NetworkManager/conf.d/myconfig.conf
[main]
dns=none
systemd-resolved=false
/etc/resolv.conf
nameserver 127.0.0.1
nameserver ::1
options trust-ad
Asked by murkom (1 rep)
Sep 21, 2023, 12:52 AM
Last activity: Dec 13, 2023, 09:23 PM