commit | b593be7d881bb4c46d8ea09e14bb4ee9dea9567b | [log] [tgz] |
---|---|---|
author | Piotr P. Karwasz <piotr.github@karwasz.org> | Mon Sep 04 09:44:25 2023 +0200 |
committer | Piotr P. Karwasz <piotr.github@karwasz.org> | Mon Aug 26 20:53:09 2024 +0200 |
tree | 62b81bc672395a726b7f04ec771fbc1b4712b8e4 | |
parent | 93484298e380fc53301eff5a60bcba2c91d42f97 [diff] |
Use FQDN in RFC5424 Layout (+review #2853) Since RFC5424 specifies that the [`HOSTNAME`](https://datatracker.ietf.org/doc/html/rfc5424#section-6.2.4) field should contain the FQDN of the current host, we replace replace the usage of `InetAddress.getHostName()` with `InetAddress.getCanonicalHostName()`. Closes #1740.