Seems to be a toml parse bug around triple pounds
This commit is contained in:
@@ -18,8 +18,8 @@ type Powerdns struct {
|
||||
}
|
||||
|
||||
var sampleConfig = `
|
||||
### An array of sockets to gather stats about.
|
||||
### Specify a path to unix socket.
|
||||
## An array of sockets to gather stats about.
|
||||
## Specify a path to unix socket.
|
||||
unix_sockets = ["/var/run/pdns.controlsocket"]
|
||||
`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user