clarify that the listed IP addresses are in addition to the ones normally allowed

This commit is contained in:
Joey Hess 2020-02-25 14:34:39 -04:00
parent 288e07a416
commit 83f45cbe8e
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -1595,8 +1595,9 @@ Remotes are configured using these settings in `.git/config`.
private network. private network.
This setting can override that behavior, allowing access to particular This setting can override that behavior, allowing access to particular
IP addresses. For example "127.0.0.1 ::1" allows access to localhost IP addresses that would normally be blocked. For example "127.0.0.1 ::1"
(both IPV4 and IPV6). To allow access to all IP addresses, use "all" 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 Think very carefully before changing this; there are security
implications. Anyone who can get a commit into your git-annex repository implications. Anyone who can get a commit into your git-annex repository