clarify that the listed IP addresses are in addition to the ones normally allowed
This commit is contained in:
parent
288e07a416
commit
83f45cbe8e
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue