Update README link to correct DNS section

This commit is contained in:
netkas 2024-09-02 20:38:14 -04:00
parent f74977afe6
commit 6fb4ce294f

View file

@ -361,7 +361,7 @@ placed in the main domain's DNS records with the following format:
example.com. IN TXT "socialbox=socialbox.example.com" example.com. IN TXT "socialbox=socialbox.example.com"
``` ```
For more details on the DNS handshake, refer to the [DNS Handshake](#dns-handshake) section under Specifications. For more details on the DNS handshake, refer to the [DNS Records](#dns-records) section under Specifications.
Now we figured out that the Socialbox instance RPC endpoint is found at `https://socialbox.example.com/`. Now we figured out that the Socialbox instance RPC endpoint is found at `https://socialbox.example.com/`.
1. Client always assumes SSL/TLS is enabled, so the client will always connect to the server using HTTPS. 1. Client always assumes SSL/TLS is enabled, so the client will always connect to the server using HTTPS.