From 7f78d2ed3b282c6bd6bba9dde4110cd4f3d558cf Mon Sep 17 00:00:00 2001
From: Kai Reinhard <K.Reinhard@micromata.de>
Date: Sun, 18 Apr 2021 23:24:27 +0000
Subject: [PATCH] restore doesn't open download dialog anymore.

---
 README.adoc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/README.adoc b/README.adoc
index 88b61f8..821b40e 100644
--- a/README.adoc
+++ b/README.adoc
@@ -162,4 +162,4 @@
 === Browsing produces security warnings
 Due to security reasons, BorgButler is only available by the localhost's web browser. For docker
 installations the clients of the private net `172.17.0.*` are allowed.
-For enabling other client ip's, you may use option `-DallowedClientIps=192.168.78.` (docker: `docker run -e JAVA_OPTS="-DallowedeClientIps=192.168.78." -v ...` if your really now what you're doing!!! There is now https available at default!!!
+For enabling other client ip's, you may use option `-DallowedClientIps=192.168.78.` (docker: `docker run -e JAVA_OPTS="-DallowedClientIps=192.168.78.;192.168.79.5" -v ...` if your really now what you're doing!!! There is now https available at default!!!

--
Gitblit v1.10.0