What's new

Unbound external Domain exclude

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

QWERTY

New Around Here
Hello,
Is there a way to exclude an external subdomain for unbound and redirect to for example 8.8.8.8 instead?
I have an nginx running and need a certificate from one of my domains. When unbound is running, I cannot reach the domain (unknown host).
Various attempts have failed. Suggested solutions are very welcome.
 
Code:
forward-zone:
  name: sub.mydomain.com
  forward-addr: 8.8.8.8
  forward-addr: 8.8.4.4
Did you try something like this?
 

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top