+
- RDAP Servers (= count($rdapServers) ?>)
+ RDAP Servers
+
+
+ (= count($rdapServers) ?>)
+
+
+
+
+
-
- $server): ?>
-
-
- = $index + 1 ?>
+
+
+
+ $server): ?>
+
+
+ = $index + 1 ?>
+
+
= htmlspecialchars($server) ?>
-
= htmlspecialchars($server) ?>
+
-
-
+
+
No RDAP servers configured
+
+
+
No RDAP servers configured
+
-
-
-
-
+
WHOIS Server
+
+
+
+
= htmlspecialchars($tld['whois_server']) ?>
+
+
No WHOIS server configured
+
-
@@ -247,6 +273,104 @@ ob_start();
+
+
+
+
+
+
+
+ Edit WHOIS Server
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Edit RDAP Servers
+
+
+
+
+
+
+
+
post('/tld-registry/bulk-delete', [TldRegistryController::class, 'bulkD
$router->get('/tld-registry/check-updates', [TldRegistryController::class, 'checkUpdates']);
$router->get('/tld-registry/{id}/toggle-active', [TldRegistryController::class, 'toggleActive']);
$router->get('/tld-registry/{id}/refresh', [TldRegistryController::class, 'refresh']);
+$router->post('/tld-registry/{id}/update-whois-server', [TldRegistryController::class, 'updateWhoisServer']);
+$router->post('/tld-registry/{id}/update-rdap-server', [TldRegistryController::class, 'updateRdapServer']);
$router->get('/tld-registry/import-logs', [TldRegistryController::class, 'importLogs']);
$router->get('/api/tld-info', [TldRegistryController::class, 'apiGetTldInfo']);