Skip to content
forumbyr edited this page Mar 11, 2015 · 2 revisions

proxy43.properties is proxy43 configuration file, which should be put in the proxy43 jar folder.

   #RDAP server base URL.
   rdapServerBaseUrl=http://rdap.restfulwhois.org/
   #service port. Whois client use this port for whois service.
   servicePort=43
   #manage port,userd for shutdown server.
   managePort=9999
   #minSecondsAccessInterval,in milliseconds. For unlimit, set this to -1.
   minSecondsAccessInterval=1000
   #response formater, TextFormater is plain text formatted. The JsonFormater is for JSON formatted.
   responseFormater=org.restfulwhois.rdap.port43.service.format.TextFormater
   #responseFormater=org.restfulwhois.rdap.port43.service.format.JsonFormater