We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 824ef70 + 85d51ed commit c804a22Copy full SHA for c804a22
lib/whois_server.rb
@@ -76,7 +76,8 @@ def domain_valid_format?(domain_name)
76
end
77
78
def policy_error_msg
79
- "\nPolicy error" + footer_msg
+ "\nPolicy error: please study \"Requirements for the registration of a Domain Name\" of .ee domain regulations. " \
80
+ "https://www.internet.ee/domains/ee-domain-regulation#registration-of-domain-names" + footer_msg
81
82
83
def no_entries_msg
0 commit comments