|DNSSEC|Yes*|
|Multiple instances|Yes|
-* If provided by the responder (your script).
+\* If provided by the responder (your script).
This backend provides unix socket / pipe / http remoting for powerdns. You should think this as normal RPC thin client, which converts native C++ calls into JSON/RPC and passes them to you via connector.
Reports the uptime of the daemon in human readable form.
## `show VARIABLE`
-Show a specific statistic. Use * for all. (You may need to quote as '*' or \\*).
+Show a specific statistic. Use * for all. (You may need to quote as '\*' or \\\*).
## `version`
Returns the version of a running pdns daemon.
# Remove crap:
# * Escaped symbols
perl -i -p \
- -e 's/\\([\$\*\^><])/\1/g;' \
+ -e 's/\\([\$\^><])/\1/g;' \
$file
done
sed 's|\([0-9a-f]\{9\}\)\([0-9a-f]*\)|[\1](https://github.com/PowerDNS/pdns/commit/\1\2)|g' < markdown/changelog.md.raw > doc-build/changelog.md