Skip to content

Commit ebdb500

Browse files
committed
(antonlindstrom#18) Change listen to local-address
1 parent d72125f commit ebdb500

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ example below needs to be adjusted to use the ip addresses of your server.
2828
This may fail the first time on Debian-based distro's.
2929

3030
```
31-
powerdns::config { 'authoritative-listen-address':
31+
powerdns::config { 'authoritative-local-address':
3232
type => 'authoritative',
33-
setting => 'listen-address',
33+
setting => 'local-address',
3434
value => '127.0.0.1',
3535
}
36-
powerdns::config { 'recursor-listen-address':
36+
powerdns::config { 'recursor-local-address':
3737
type => 'recursor',
38-
setting => 'listen-address',
38+
setting => 'local-address',
3939
value => '127.0.0.2',
4040
}
4141
class { 'powerdns':

0 commit comments

Comments
 (0)