jabber: fix external ips

This commit is contained in:
Sandro - 2023-10-11 22:24:57 +02:00
parent 1fca5bddf9
commit 4422d692d4
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 0 deletions

View File

@ -187,6 +187,8 @@ in
firewall_scripts = { "${prosodyFirewall}" }
-- How to get the IPv6 from config?
external_addresses = { "${zentralwerk.lib.dns.publicIPv4}", "2a00:8180:2c00:282:e058:3ff:fea2:d83a", "${hostRegistry.jabber.ip4}", "${hostRegistry.jabber.ip6}" }
trusted_proxies = { "127.0.0.1", "::1", "${hostRegistry.public-access-proxy.ip4}", "${hostRegistry.public-access-proxy.ip6}" }
http_default_host = "${domain}"
http_host = "${domain}"