From 6fb4ce294fec0cfacb7e56d3f86655cbe4d4be95 Mon Sep 17 00:00:00 2001 From: netkas Date: Mon, 2 Sep 2024 20:38:14 -0400 Subject: [PATCH] Update README link to correct DNS section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d58ec1..0a19c4b 100644 --- a/README.md +++ b/README.md @@ -361,7 +361,7 @@ placed in the main domain's DNS records with the following format: 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/`. 1. Client always assumes SSL/TLS is enabled, so the client will always connect to the server using HTTPS.