Major update to the EPP server; basic commands work

This commit is contained in:
Pinga 2023-08-08 17:26:01 +03:00
parent fe44793442
commit e718223d12
3 changed files with 231 additions and 84 deletions

View file

@ -51,7 +51,7 @@ CREATE TABLE IF NOT EXISTS `registry`.`registrar` (
`name` varchar(255) NOT NULL,
`iana_id` int(5) DEFAULT NULL,
`clid` varchar(16) NOT NULL,
`pw` varchar(64) NOT NULL,
`pw` varchar(256) NOT NULL,
`prefix` char(2) NOT NULL,
`email` varchar(255) NOT NULL,
`whois_server` varchar(255) NOT NULL,