Restrict listen to localhost to lock OTDT within a device
Using the configuration it is possible to restrict every URL's path. But, on the one hand the status path is always available, on the other hand sometimes it is even demanded to not even show that there would be a service listening.
To establish this, you simple would restrict the listening host to 127.0.0.1 within your configuration settings.
With this done, OTDT would only answer to appropriate requests if locally initiated; even if it is the status path. No listening to other interfaces and therefore no response to appropriate requests.