mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 03:30:33 +02:00
Generate Server Tracking ID
This commit is contained in:
parent
bb3fc43261
commit
89c67ca637
4 changed files with 4 additions and 2 deletions
|
@ -6,6 +6,7 @@ module Epp::Common
|
|||
end
|
||||
|
||||
def proxy
|
||||
@svTRID = "ccReg-#{'%010d' % rand(10 ** 10)}"
|
||||
send(params[:command])
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue