diff options
Diffstat (limited to 'rpkid/pubd.py')
-rw-r--r-- | rpkid/pubd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpkid/pubd.py b/rpkid/pubd.py index db98faeb..386d2f06 100644 --- a/rpkid/pubd.py +++ b/rpkid/pubd.py @@ -61,6 +61,7 @@ class pubd_context(object): self.https_server_port = int(cfg.get("server-port", "4434")) self.publication_base = cfg.get("publication-base", "publication/") + self.publication_multimodule = cfg.getboolean("publication-multimodule", False) def handler_common(self, query, client, cb, certs, crl = None): """ |