https://dn42.us/peers/ client mikrotik containers
3.7K
To use this container on your Mikrotik router you need to add your UUID (from https://util.sour.is/peer) as envs:
/container envs
add key=UUID name=pingfinder_UUID value=6h28b37e-15f4-5bae-7g4n-3d621d165713
then add container as usual (don't forget to add veth interface and map it to your containers bridge)
/container/add envlist=pingfinder_UUID remote-image=baragoon/pingfinder interface=veth-pingfinder logging=yes root-dir=disk1/pingfinder
and set scheduler to run your container every 5 minutes
/system scheduler add interval=5m name=dn42peerfinder on-event="/container/start [find where interface=veth-pingfinder]" start-time=startup
after that you may see in your logs latency stats of the new requests from https://dn42.us/peers/
RTT to target 01J8Z6XXXXXXXXXXXXXXXXXXXX (9x.1xx.x5.xx0) is 37.754
RTT to target 01J8Z6XXXXXXXXXXXXXXXXXXXX (x3.1x4.x.x) is 94.114
Content type
Image
Digest
sha256:cb824b470…
Size
13.8 MB
Last updated
5 months ago
docker pull baragoon/pingfinder