mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
Add different ip version support to nameserver
This commit is contained in:
parent
a846a51444
commit
793b0d22ff
7 changed files with 18 additions and 13 deletions
|
@ -43,8 +43,6 @@ module Epp
|
|||
|
||||
### REQUEST TEMPLATES ###
|
||||
|
||||
# THIS FEATURE IS EXPERIMENTAL AND NOT IN USE ATM
|
||||
|
||||
def domain_create_xml(xml_params={})
|
||||
xml_params[:nameservers] = xml_params[:nameservers] || [{hostObj: 'ns1.example.net'}, {hostObj: 'ns2.example.net'}]
|
||||
xml_params[:contacts] = xml_params[:contacts] || [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue