summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/templates/conserver/conserver.conf.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/conserver/conserver.conf.tmpl b/data/templates/conserver/conserver.conf.tmpl
index 5fffaf31e..4e7b5d8d7 100644
--- a/data/templates/conserver/conserver.conf.tmpl
+++ b/data/templates/conserver/conserver.conf.tmpl
@@ -32,6 +32,6 @@ console {{ key }} {
## list of clients we allow
##
access * {
- trusted 127.0.0.1;
- allowed 127.0.0.1;
+ trusted localhost;
+ allowed localhost;
}