Implement a proxy server for handling the requests with the `.safenet` TLD.
The request received will be proxied to the REST api for fetching files. The Get file API of DNS is used for passing the content through the response. The request received is converted according to the API parameters and forwarded.
The requests to `api.safenet` is forwarded to the REST api (No modification is done)
Propagate events for Proxy start and stop.
Provide functions for starting and stopping the proxy from other modules.
Implement a proxy server for handling the requests with the `.safenet` TLD.
The request received will be proxied to the REST api for fetching files.
The Get file API of DNS is used for passing the content through the response.
The request received is converted according to the API parameters and forwarded.
The requests to `api.safenet` is forwarded to the REST api (No modification is done)
Propagate events for Proxy start and stop.
Provide functions for starting and stopping the proxy from other modules.
Create a PAC file for easy proxy configuration