Skip to content

Commit

Permalink
update help
Browse files Browse the repository at this point in the history
  • Loading branch information
gbxyz committed Jul 29, 2024
1 parent a6f4967 commit 5ca15c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/server.php
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ private function isBlocked(ip $ip) : bool {
protected function help() : string {
return strval(json_encode([
'rdapConformance' => ['rdap_level_0'],
'lang' => 'en',
'notices' => [[
'title' => 'About this service',
'description' => [
Expand All @@ -341,9 +342,9 @@ protected function help() : string {
],
'links' => [[
'title' => 'Further information',
'value' => 'https://about.rdap.org',
'value' => 'https://rdap.org/help',
'href' => 'https://about.rdap.org',
'rel' => 'related',
'rel' => 'about',
]],
]]
]));
Expand Down

0 comments on commit 5ca15c9

Please sign in to comment.