feature: IP filtering on signup page
disable registration form on IP not in range checking the CIDR list before filtering with it placing the cidr filters as an attribute object in the config
This commit is contained in:
parent
e2f1dad836
commit
ff2c1fe813
13 changed files with 105 additions and 9 deletions
|
@ -15,7 +15,8 @@ export interface ServerConfig {
|
|||
}
|
||||
|
||||
signup: {
|
||||
allowed: boolean
|
||||
allowed: boolean,
|
||||
allowedForCurrentIP: boolean
|
||||
}
|
||||
|
||||
transcoding: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue