Skip to content

Commit 403fe01

Browse files
committed
Adjusted mDNS docs about hotname without .local
1 parent d051ef5 commit 403fe01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/examples.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ It is possible to use the MDNS protocol to make the server accessible via a host
9595
to an IP address. It is worth noting that it takes a bit longer to get the response from the server
9696
when accessing it via the hostname.
9797

98-
In this example, the server is accessible via ``http://custom-mdns-hostname/`` and ``http://custom-mdns-hostname.local/``.
98+
In this example, the server is accessible via the IP and ``http://custom-mdns-hostname.local/``.
99+
On some routes it is also possible to use ``http://custom-mdns-hostname/``, but **this is not guaranteed to work**.
99100

100101
.. literalinclude:: ../examples/httpserver_mdns.py
101102
:caption: examples/httpserver_mdns.py

0 commit comments

Comments
 (0)