-
|
Im pretty sure this isnt an issue about my setup, but i i just recently started using this awesome project, which means i cant confirm this 100%. Im using docker compose. Here is my Adding or removing |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Confirmed, this is a DOCSight limitation rather than a Docker Compose issue. Connection Monitor is IPv4-only in the current implementation:
So IPv6 literals or IPv6-only hostnames can be reachable from the container, but DOCSight still records them as timeouts because it never attempts ICMPv6 or IPv6 TCP. Tracked here: #361 |
Beta Was this translation helpful? Give feedback.
-
|
This should be implemented now in the latest build via #362. Please update to the latest version and test the same target again. |
Beta Was this translation helpful? Give feedback.
Confirmed, this is a DOCSight limitation rather than a Docker Compose issue.
Connection Monitor is IPv4-only in the current implementation:
gethostbyname().AF_INETonly.AF_INETsockets only.So IPv6 literals or IPv6-only hostnames can be reachable from the container, but DOCSight still records them as timeouts because it never attempts ICMPv6 or IPv6 TCP.
Tracked here: #361