syepes / network_exporter

ICMP / Ping & MTR & TCP Port & HTTP Get - Network Prometheus exporter
Apache License 2.0
329 stars 59 forks source link

can i disable ipv6 entirely? #56

Closed venkatamutyala closed 1 month ago

venkatamutyala commented 3 months ago

When doing ICMP requests against a hostname, it appears it can default to using ipv6 at times. Is there a way to disable ipv6 and only use ipv4?

syepes commented 1 month ago

resolved with 6cd26da that adds the option --[no-]ipv6

venkatamutyala commented 1 month ago

Yeaaaaaa