Skip to content

Determination of own endpoints improved.

bornholdt requested to merge server-endpoints into master

Improves the automatic determination of endpoints if nothing is specified in the config:

  • Returns localhost when listening on loopback addresses.
  • If server is listening on a specific address, only the matching hostname/IP address is returned.
Edited by bornholdt

Merge request reports