From 810e263cbead838bca75873d81bac268ec3f6ddb Mon Sep 17 00:00:00 2001 From: Valere Date: Thu, 28 May 2026 08:51:00 +0200 Subject: [PATCH] review: better doc --- docs/_developer.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/_developer.md b/docs/_developer.md index 044b3ee1..7e175903 100644 --- a/docs/_developer.md +++ b/docs/_developer.md @@ -92,11 +92,10 @@ https://192-168-0-122.nip.io:3000/ **For Element X Android Developer Tools** -In Element X's developer settings, set the Element Call URL to the same URL from step 3. +In Element X's developer settings, set the Element Call URL to the nip.io url (replace . with - in the IP address): ``` https://192-168-0-122.nip.io:3000/room - ``` ### Why nip.io? @@ -108,6 +107,6 @@ https://192-168-0-122.nip.io:3000/room - iOS/Android treat it as a proper domain name, not an IP address - One-time certificate setup works for all future IP addresses -``` - -``` +> [!IMPORTANT] +> Make sure your network router doesn't enforce DNS rebinding protection (which will +> break nip.io). If it does, try allow-listing nip.io in your router's administration interface.