We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d051ef5 commit 403fe01Copy full SHA for 403fe01
docs/examples.rst
@@ -95,7 +95,8 @@ It is possible to use the MDNS protocol to make the server accessible via a host
95
to an IP address. It is worth noting that it takes a bit longer to get the response from the server
96
when accessing it via the hostname.
97
98
-In this example, the server is accessible via ``http://custom-mdns-hostname/`` and ``http://custom-mdns-hostname.local/``.
+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**.
100
101
.. literalinclude:: ../examples/httpserver_mdns.py
102
:caption: examples/httpserver_mdns.py
0 commit comments