diff options
author | Jan Provaznik <jprovaznik@gitlab.com> | 2019-08-22 15:47:11 +0000 |
---|---|---|
committer | Jan Provaznik <jprovaznik@gitlab.com> | 2019-08-22 15:47:11 +0000 |
commit | 03bf3271c1a80db87a1a0bf23b6472f2d939861f (patch) | |
tree | 4e1a6f1849e81e7b7ddd5951918ca397f1368781 /doc | |
parent | e8f4caddf7fa081c190f216b483aa4d6f4e20260 (diff) | |
parent | 74488865768e3e7a6ba0ac2359feab1aa1ba117e (diff) | |
download | gitlab-ce-03bf3271c1a80db87a1a0bf23b6472f2d939861f.tar.gz |
Merge branch 'ce-12873-support-restricting-group-access-by-multiple-ip-subnets' into 'master'
CE Port: Support restricting group access by multiple IP subnets
See merge request gitlab-org/gitlab-ce!31959
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/group/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/group/index.md b/doc/user/group/index.md index d1d4f3740b0..864f1a397d5 100644 --- a/doc/user/group/index.md +++ b/doc/user/group/index.md @@ -342,7 +342,7 @@ underlying projects, issues, etc, by IP address. This can help ensure that particular content doesn't leave the premises, while not blocking off access to the entire instance. -Add whitelisted IP subnet using CIDR notation to the group settings and anyone +Add one or more whitelisted IP subnets using CIDR notation in comma separated format to the group settings and anyone coming from a different IP address won't be able to access the restricted content. |