UPDATE ......Confluence has now been updated to version 9.2.6. Please see following page for details and feedback about changes:
Updates
...
It support both IPv4 and IPv6:
Code Block | ||||
---|---|---|---|---|
| ||||
# This will accept connections on IPv6, but also on IPv4 (IPv4-mapped IPv6 addresses are used) Listen :: # This will listen on IPv4 only Listen 0.0.0.0 # This will listen only on the specified IPv6 address. Not nice, but workable. Listen 2001:610:148:dead::666 |
...