diff --git a/man/systemd-resolved.service.xml b/man/systemd-resolved.service.xml
index 7003c36db7..7cc143fd41 100644
--- a/man/systemd-resolved.service.xml
+++ b/man/systemd-resolved.service.xml
@@ -442,6 +442,27 @@ search foobar.com barbar.com
+
+ IP Ports
+
+ The systemd-resolved service listens on the following IP ports:
+
+
+ Port 53 on IPv4 addresses 127.0.0.53 and 127.0.0.54 (both are on the local loopback
+ interface lo). This is the local DNS stub, as discussed above. Both UDP and TCP are
+ covered.
+
+ Port 5353 on all local addresses, both IPv4 and IPv6 (0.0.0.0 and ::0), for
+ MulticastDNS on UDP. Note that even though the socket is bound to all local interfaces via the selected
+ "wildcard" IP addresses, the incoming datagrams are filtered by the network interface they are coming
+ in on, and separate MulticastDNS link-local scopes are maintained for each, taking into consideration
+ whether MulticastDNS is enabled for the interface or not.
+
+ Port 5355 on all local addresses, both IPv4 and IP6 (0.0.0.0 and ::0), for LLMNR, on
+ both TCP and UDP. As with MulticastDNS filtering by incoming network interface is applied.
+
+
+
See Also