mirror of
https://github.com/internetee/registry.git
synced 2025-07-06 03:03:21 +02:00
Create blocked domains #2564
This commit is contained in:
parent
cd277c25ed
commit
d93d43e75c
13 changed files with 254 additions and 80 deletions
|
@ -62,7 +62,8 @@ en:
|
|||
key_data_not_allowed: 'keyData object is not allowed'
|
||||
name_dirty:
|
||||
invalid: 'Domain name is invalid'
|
||||
reserved: 'Domain name is reserved or restricted'
|
||||
reserved: 'Domain name is reserved'
|
||||
blocked: 'Domain name is blocked'
|
||||
taken: 'Domain name already exists'
|
||||
puny_label:
|
||||
too_long: 'Domain name is too long (maximum is 63 characters)'
|
||||
|
@ -852,3 +853,4 @@ en:
|
|||
registry_state: 'State / Province'
|
||||
registry_zip: 'Postcode'
|
||||
registry_country_code: 'Country'
|
||||
blocked_domains: 'Blocked domains'
|
||||
|
|
|
@ -189,6 +189,8 @@ Rails.application.routes.draw do
|
|||
|
||||
resources :settings
|
||||
|
||||
resources :blocked_domains
|
||||
|
||||
resources :registrars do
|
||||
resources :api_users
|
||||
resources :white_ips
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue