Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
restrict_ip
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
restrict_ip
Merge requests
!28
Issue
#3391850
by paul_leclerc, anybody: Drush command to disable restrict_ip
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3391850
by paul_leclerc, anybody: Drush command to disable restrict_ip
issue/restrict_ip-3391850:3391850-drush-command-to
into
5.0.x
Overview
0
Commits
4
Pipelines
4
Changes
4
Merged
Stephen Mustgrave
requested to merge
issue/restrict_ip-3391850:3391850-drush-command-to
into
5.0.x
3 months ago
Overview
0
Commits
4
Pipelines
4
Changes
4
Expand
Closes
#3391850
0
0
Merge request reports
Compare
5.0.x
version 3
c11de1d5
3 months ago
version 2
77405826
3 months ago
version 1
2d64a013
3 months ago
5.0.x (base)
and
latest version
latest version
b7d6eceb
4 commits,
3 months ago
version 3
c11de1d5
3 commits,
3 months ago
version 2
77405826
2 commits,
3 months ago
version 1
2d64a013
1 commit,
3 months ago
4 files
+
76
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
config/schema/restrict_ip.schema.yml
+
15
−
1
Options
@@ -6,7 +6,7 @@ restrict_ip.settings:
type
:
boolean
label
:
'
Enable
module'
mail_address
:
type
:
string
type
:
email
label
:
'
Contact
mail
address
to
show
to
blocked
users'
dblog
:
type
:
boolean
@@ -17,12 +17,26 @@ restrict_ip.settings:
bypass_action
:
type
:
string
label
:
'
Action
to
perform
for
blocked
users
when
bypassing
by
role
is
enabled'
constraints
:
Choice
:
-
provide_link_login_page
-
redirect_login_page
white_black_list
:
type
:
integer
label
:
'
Whether
to
use
a
path
whitelist,
blacklist,
or
check
all
pages'
constraints
:
Choice
:
-
0
-
1
-
2
country_white_black_list
:
type
:
integer
label
:
'
Whether
to
use
a
whitelist,
blacklist,
or
neither
for
countries'
constraints
:
Choice
:
-
0
-
1
-
2
country_list
:
type
:
string
label
:
'
A
colon
separated
list
of
countries
that
should
be
white/black
listed'
Loading