RedDog is a free and open
			source Java implementation of an RDAP
			server.
		
		
			RDAP (Registration Data Access Protocol) is a successor of WHOIS—a protocol used for querying information regarding Internet resources (such as domain names, IP addresses and autonomous system numbers).
		
		
			Continue Reading
		
	 
	
		NEWS
		2017-12-14
RedDog Server 1.2.2 has been released with some bug fixes:
  - Pull request “Include the “scheme” in self links” (thanks @bsnow-shl).
 
  - Partial fix to issue #76: “Should we keep regex searches code in rdap-server?”. The regex searches support is disabled by default, but it can be enabled using a new configuration flag 
allow_regex_searches (not recommended since is out of date, hopefully this will be updated on a later release). 
  - Documentation and demo server updated as well.