You will need to:
1. Choose a suitable URL that Hippotat will be able to listen on.
- This should be port 80, or 443 with TLS.
You can use a reverse proxy
(but you may want to suppress some of the logging).
+ The URL should be port 80, or 443 with TLS (with a reverse proxy).
If using a reverse proxy,
you must choose an internal IP port for the Hippotat server to use.
On client: used only to construct default url.
[`80`]
+ Do not set this to `443` -
+ the server will speak plain unencrypted HTTP on the port you specify,
+ which would be wrong for `443`.
+ While the client has integrated TLS support, the server does not.
+ To use hippotat with TLS:
+ - Set up a TLS reverse proxy (such as apache or nginx),
+ probably with a certificate from Let's Encrypt.
+ - Configure `port` and `addrs` to the internal address and port
+ (to which the reverse proxy forwards the requests).
+ - Configure `url` to the public URL of the reverse proxy.
+
* `mtu`
Of virtual interface.