Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions _doc/ncdns.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only 1 #, no leading space please.


[ncdns]
### This is a TOML configuration file. Values must be in quotes where shown.

Expand All @@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo, its should be it's

## bind="[fd29:68b1:467b:8910:0:0:0:abc1]:53"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Triple ### please


#bind="127.0.0.1:53"


Expand All @@ -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
Expand Down