Client Protocol
The update client connects to port 5768 and has a conversation which
looks like this:
201 1.0 CustomDNS Update Server Ready
AUTH at.e-speak.net PASS user@host.com password
202 Authentication accepted
ADDRESS hostname.at.e-speak.net 127.0.0.1
200 Address updated
QUIT
200 Goodbye
If you substitute AUTOMATIC for the IP
address, the server will use the client's IP address.
For more details, look at the class
CustomDNS.UpdateProtocol .
If you don't like this client protocol, look at How it Works and implement a new one.
|