diff options
Diffstat (limited to 'myrpki.rototill/examples/myrpki.conf')
-rw-r--r-- | myrpki.rototill/examples/myrpki.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/myrpki.rototill/examples/myrpki.conf b/myrpki.rototill/examples/myrpki.conf index 2ec34b78..5819ffaf 100644 --- a/myrpki.rototill/examples/myrpki.conf +++ b/myrpki.rototill/examples/myrpki.conf @@ -77,7 +77,7 @@ irdbd_server_port = 4403 # cause myirbe.py to fail when it attempts to perform runtime # configuration of your nonexistant pubd. -want_pubd = false +want_pubd = true # DNS hostname and server port number for pubd, if you're running it. # Hostname has to be a publicly reachable name to be useful, port can @@ -91,7 +91,7 @@ pubd_server_port = 4402 # very own copy of rootd. Don't enable this unless you really know # what you're doing. See [rootd] section below for further comments. -want_rootd = false +want_rootd = true # Server port number for rootd, if you're running it. This can be any # legal TCP port number that you're not using for something else. |