clarify that the listed IP addresses are in addition to the ones normally allowed
authorJoey Hess <joeyh@joeyh.name>
Tue, 25 Feb 2020 18:34:39 +0000 (14:34 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 25 Feb 2020 18:34:39 +0000 (14:34 -0400)
doc/git-annex.mdwn

index b58eaabe7b395db6a2364576d2bb9e5547ab20af..6034d8bd22e797415f3e40c6cc6b1efc6672f346 100644 (file)
@@ -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