summaryrefslogtreecommitdiff
path: root/tests/forward.pp
blob: dc2dcf3561ec6167e82f6dfa402582a332ef4b27 (plain)
1
2
3
4
5
6
include unbound
unbound::forward { 'example.com':
  settings => {
    forward-addr => '127.0.0.1',
  },
}