From 83f45cbe8e556a9afd17941c1eddd5c7a27572b3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 25 Feb 2020 14:34:39 -0400 Subject: [PATCH] clarify that the listed IP addresses are in addition to the ones normally allowed --- doc/git-annex.mdwn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index b58eaabe7b..6034d8bd22 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -1595,8 +1595,9 @@ Remotes are configured using these settings in `.git/config`. private network. This setting can override that behavior, allowing access to particular - IP addresses. For example "127.0.0.1 ::1" allows access to localhost - (both IPV4 and IPV6). To allow access to all IP addresses, use "all" + IP addresses that would normally be blocked. For example "127.0.0.1 ::1" + allows access to localhost (both IPV4 and IPV6). + To allow access to all IP addresses, use "all" Think very carefully before changing this; there are security implications. Anyone who can get a commit into your git-annex repository