diff options
Diffstat (limited to 'office/dictd/config/dictd.conf')
-rw-r--r-- | office/dictd/config/dictd.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/office/dictd/config/dictd.conf b/office/dictd/config/dictd.conf new file mode 100644 index 000000000000..e41ec4f1d49e --- /dev/null +++ b/office/dictd/config/dictd.conf @@ -0,0 +1,18 @@ +# /etc/dictd/dictd.conf + + +# Site section here: + +# Access section here: + +access { +allow localhost +allow 127.0.0.1 +# this allows access only from local host +} + +# Database section here: + +include /etc/dictd/db.list + +# User section here: |