mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Decreased probabilty of failed domain name
This commit is contained in:
parent
58176b3cfa
commit
d05e39a9bd
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ module Epp
|
||||||
end
|
end
|
||||||
|
|
||||||
def next_domain_name
|
def next_domain_name
|
||||||
"example#{rand(100000000)}.ee"
|
"example#{rand(100_000_000_000_000_000)}.ee"
|
||||||
end
|
end
|
||||||
|
|
||||||
### REQUEST TEMPLATES ###
|
### REQUEST TEMPLATES ###
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue