unbound
unbound copied to clipboard
Local IP Address Redirect or Forward to DNS Resolver
I have only a Question.
How can i redirect a local ip address to a dns resolver with Unbound ?
e.g. 192.168.0.5 to 8.8.8.8 Google DNS
the rest is to run normally over unbound
below is an example to configure dns forwarder: forward-zone: name: "example.com" forward-addr: 192.0.2.68 forward-addr: 192.0.2.73@5355 # forward to port 5355. forward-first: no forward-tls-upstream: no
Ok thanks, and where can i add my IP Adress from the Source i forwarding e.g. localhost IP ? under name ?
Forward-Addr is the IP of the Server or somethin i forward to the "Target" or the "Server Endpoint"
What i dont understand is the "name:" what is this and what can i add here ?
Hello, same problem for me here. I want to forward depending on a source address.