summaryrefslogtreecommitdiff
path: root/internal/failover/ping_windows.go
AgeCommit message (Collapse)Author
2026-02-26Failover: Support v6 gatewayJeroen Wijenbergh
Useful for v6 only VPNs
2024-02-19Ping windows: Add missing fmt importjwijenbergh
2024-02-19All: Prepare to get rid of go-errors/errors libjwijenbergh
2023-09-25Format: Run gofumpt (Go) + black (py)jwijenbergh
2023-09-25Fix connection monitoring on WindowsSimon Rozman
Linux requires su for `ip4:icmp` pings. Windows does not support `udp4` pings. Signed-off-by: Simon Rozman <simon@rozman.si>