Twiglets
Senior Member
Viktor,
I have been using unbound for some time [installed on a RT-AC86U Router].
1st port of call would be https://unbound.docs.nlnetlabs.nl/en/latest/manpages/unbound.conf.html
Also look at the included /opt/share/unbound/configs/doc/example.conf.in
Read, assimilate and understand what all the options do !!!
An alternative to using a VPN to secure your dns resolution, is to use DNScrypt-proxy to access the DNS resolvers of your choice.
[See https://github.com/DNSCrypt/dnscrypt-proxy]
You can select DNScrypt or DoH or DoT as your protocol.
[I am currently using a old RT-AC56U to run DNScrypt-proxy on !!!]
Ask me questions if you have any and 'yes' .... I know yet more potential points of failure ..... maybe !!!
Within the dnscrypt-proxy.toml file set your address to match the forward-addr: in the unbound.conf file.
listen_addresses = ['192.168.1.250:53333']
I have been using unbound for some time [installed on a RT-AC86U Router].
1st port of call would be https://unbound.docs.nlnetlabs.nl/en/latest/manpages/unbound.conf.html
Also look at the included /opt/share/unbound/configs/doc/example.conf.in
Read, assimilate and understand what all the options do !!!
An alternative to using a VPN to secure your dns resolution, is to use DNScrypt-proxy to access the DNS resolvers of your choice.
[See https://github.com/DNSCrypt/dnscrypt-proxy]
You can select DNScrypt or DoH or DoT as your protocol.
[I am currently using a old RT-AC56U to run DNScrypt-proxy on !!!]
Ask me questions if you have any and 'yes' .... I know yet more potential points of failure ..... maybe !!!
In your unbound.conf define a 'forward-zone':
xxx.xxx.xxx.xxx = Address of whatever is running Dnscrypt-proxy
yyyyy = port number
name:"." will forward ALL calls to unbound through this zone.
#####################################################################
forward-zone:#DNSCrypt
name: "."
#### i.e. forward-addr: xxx.xxx.xxx.xxx@yyyyy
forward-addr: 192.168.1.250:53333
forward-first: no
forward-tls-upstream: no
forward-no-cache: no
#####################################################################
Within the dnscrypt-proxy.toml file set your address to match the forward-addr: in the unbound.conf file.
listen_addresses = ['192.168.1.250:53333']