See: https://handelsblatt-gmbh.atlassian.net/wiki/spaces/TI/pages/3713237016/VPN+Keep+Alive
3.0K
A simple service that sends a ping to the pong service.
Starting the HTTP pong service:
go run main.go pong http
By default the pong http service listens on 0.0.0.0:8080
Starting the HTTP ping service:
go run main.go ping http --method GET --url http://localhost:8080/ping --interval 1 --timeout 30 --status 200
By default the ping service will send a GET request to http://google.com every 5 second and expect a 200 status code.
Content type
Image
Digest
sha256:7d2eed0c2…
Size
8.3 MB
Last updated
over 2 years ago
docker pull tagesspiegel/ping-pong