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