From b632411b61d0fbc9df0e89e32ff5a34f4a48d894 Mon Sep 17 00:00:00 2001
From: Jordan Bancino
listen [hostname] [port]
+listen [port]
-The address to listen on. It is recommended to only listen on
+The port to listen on. Telodendria will bind to all interfaces, but
+It is recommended to configure your firewall so that it only listens on
localhost
, and then configure a reverse proxy such as
relayd(8)
in front of it, because Telodendria does
not implement TLS. Note that Telodendria doesn't provide multiple
@@ -288,11 +289,7 @@ ports for the various services it offers. All APIs are made available over
the same port.
-[hostname]
should be a host name, an IPv4 address, or
-an IPv6 address, if your operating system supports IPv6. [port]
-should be a decimal port number or a service name. Refer to your system's
-getaddrinfo()
manual page for acceptable values for both of
-these parameters.
+[port]
should be a decimal port number or a service name.
The listen
directive is entirely optional; if it is omitted,