pull/107/merge
Jonas Anton Östman 1 year ago committed by GitHub
commit e194c86d33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,6 +11,10 @@
### You may explicitly specify a path to the configuration file on the
### command line by passing '-conf=PATH'.
[service]
### Daemon and fork
## fork=true
[ncdns]
### This is a TOML configuration file. Values must be in quotes where shown.
@ -35,6 +39,9 @@
### a non-empty capability set, so it precludes use of setcap to bind to privileged
### ports just as it precludes the use of conventional privilege dropping.
###
## its not possible to specify more than one ip, but bind to all with ":53" is possible
## bind="[fd29:68b1:467b:8910:0:0:0:abc1]:53"
#bind="127.0.0.1:53"
@ -52,6 +59,9 @@
### The password with which to connect to the Namecoin JSON-RPC interface.
#namecoinrpcpassword="password"
### Use the username and password encoded in the .cookie file
#namecoinrpccookiepath="/home/YOURUSERNAME/.namecoin/.cookie"
### ncdns caches values retrieved from Namecoin. This value limits the number of
### items ncdns may store in its cache. The default value is 100.
#cachemaxentries=150

Loading…
Cancel
Save