We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72125f commit ebdb500Copy full SHA for ebdb500
README.md
@@ -28,14 +28,14 @@ example below needs to be adjusted to use the ip addresses of your server.
28
This may fail the first time on Debian-based distro's.
29
30
```
31
-powerdns::config { 'authoritative-listen-address':
+powerdns::config { 'authoritative-local-address':
32
type => 'authoritative',
33
- setting => 'listen-address',
+ setting => 'local-address',
34
value => '127.0.0.1',
35
}
36
-powerdns::config { 'recursor-listen-address':
+powerdns::config { 'recursor-local-address':
37
type => 'recursor',
38
39
value => '127.0.0.2',
40
41
class { 'powerdns':
0 commit comments